Drill through to Q&A
In the new Q&A experience, you can follow up on a visual created by Q&A to ask more questions. I'd like my users to be able to 'follow up' on a report visual in an experience similar to drill through.
Composite Models for Power BI Data Sets
I often get requests that are derivates of already released reports, but require small tweaks, such as a new dimension to be added to answer. Being able to add composite table to a live data set connection would enable me to more effectively re-use my work, as I wouldn't have to start my project ...
Dataflows Native Dax Queries to Analysis Services
AS is a poor data source for extracting data from for building more tabular models. But sometimes you have no choice. Being able to using dataflow to run those queries once for multiple reports/projects is a great way to reduce the pain of that scenario. Fully supporting this includes supporti...
Put report scoped measures into display folders when live connected to PBI Dataset and AS
If the main model organized measures into display folders, and you create report scoped measures, it can become disorganized if they can't be sorted using the same system as the main measures.
upstream data latency information in the data updated metadate field in the "new look:
If you have an upstream data source that has some amount of latency you want to show when the data is current through, not just when the model was refreshed. It would be great if you could pipe a query directly into the model freshness metadata display in the new look so that a consistent view of...
New DAX Function: FILTERCONTEXT ()
There are a number of applications where you want a DAX expression to return every filter currently effecting a visual. There should be a function that does this. Today you can get this effect by creating an expression like: IF(ISFILTERED () ,SELECTEDVALUE () ) for every column you care about. or...