Oftentimes I have data points that overlap on a scatter plot. While I can filter in/out points above or below a certain threshold, it would be helpful to be able to zoom in/out on the scatter plot to be able to see more details on the individual points.
Create an endpoint that allows you to import a PowerBI Template (.pbit) while specifying templates at the same time. E.g. I would like to publish a Report into a users account. The user has their own (filtered) Azure SQL View with a corresponding user and I can specify this view as a parameter. ...
I would like to see SAS datasets available for import into PowerBI. We would use this every day if it were available.
The custom visual Sankey diagram with data labels would be very useful if you could fix the position of the bars and labels. Currently they can be moved and fixed but as soon as it is saved it will revert back to default, rendering the visual that has been created in effect not much use. It would...
Can you create a method for showing Net Promoter Score?
Ability to print Report page from Power BI Desktop and allow slicers to be selected with print including the reports pages repeated for each selectable combination of the slicer.
Is it possible to show percentages along with existing Data Label values. For example, if count of product in inventory is show as "N" in data label chart, then requirement is to show Y% of Total inventory along with Count N.
If the measure / calculated field would support image urls you could do quick and dirty KPI based on a DAX expression Indicator = IF(SUM ( Dashboard[Lead Paid Count]) < 100, "https://redarrow.png", "https://greenarrow.png"))