Open in Desktop
Power BI desktop files should behave like Office files in Sharepoint. One should be able to "Open in Desktop" like in Excel, Word, etc. It is a hassle to download/upload each time you make an edit.
Add Option to Define Visual- and/or Page-Level Measures
It would improve performance if there the ability to calculate measures at the visual or page level that could be referenced by the calculations within the visual. A simple example would be to have a visual level measure with Visual Measure = CALCULATE([Measure], ALLSELECTED(Table[Column])) A...
Create a DAX Expression Builder
DAX is very powerful but hard for people to learn. It seems like the pieces are there (Filter panel experience, Calculation Groups, etc.) to build a DAX Expression Builder that would allow new users to create more complex DAX expressions easily. Such a builder would include: - Choose expression...
Add option to change how tables/matrices calculate subtotals
It would be great if a toggle could be added to the Table and Matrix visuals to change how subtotals are calculated. Getting subtotals correct for measures is arguably the most frequently asked question in the Power BI community. Rather than explaining how to do SUMX(VALUES( ...), [Measure]) or...