Skip to main content
Microsoft Idea

Power BI

Needs Votes

DAX Query Language Visual

Vote (1747) Share
Matt Allington's profile image

Matt Allington on 04 Nov 2017 04:26:24

I see big value in creating a visual that can display the results of a DAX query. One way this could be deployed is a follows.
* Add the new visual to the report canvas
* Write a DAX query that returns a table (of course) and add this to the visual
* The visual would respect any cross filtering coming from the report just like any other visual.

This would give report writers very granular control to display records without having to use a table visual and a measure that triggers the display of the correct records.

Administrator on 30 Jul 2020 16:56:46

At the moment we don't have any plans to implement this. It sounds like it's mostly useful for learning/training? If there are other 'production' scenarios that you think it'd be useful, where a regular table/matrix wouldn't work, please let us know in the comments!

Comments (28)
Matt Allington's profile image Profile Picture

Steven Neumersky on 05 Jul 2020 23:09:26

RE: DAX Query Language Visual

I'm hoping a DAX Context display "visual" comes out soon as I suggested here: https://www.sqlbi.com/articles/context-transition-and-filters-in-calculate/?utm_source=wysija&utm_medium=email&utm_content=more&utm_campaign=1-2018

Matt Allington's profile image Profile Picture

Andrés Argüello on 05 Jul 2020 23:08:23

RE: DAX Query Language Visual

'@Paul, Its different because its affected by slicers in your report context. For example if you have a sales table with some dimensions like client, date, product and two numeric fileds: units and revenue. You could easily write a query to see the total units and avg price by price range, and then play with different slicers so the table will show you the distribuition of your sales for the current selection. Furthermore you could define the number of buckets for the price range in another slicer and play with detail level too.

Finally if you implement this via a dynamic data layer as I sugest you could use any visual on top of your query and for example create a dynamic histogram.

All this is trivial to do in Tableau and really really complicated/impossible in PBI. In my opinion distribuition visualization is the greatest weakness of this tool. Sanddance was a step in the right direction but its development seams to be stopped, so I really hope they eventually implement this idea.

Matt Allington's profile image Profile Picture

Paul Turley on 05 Jul 2020 23:07:32

RE: DAX Query Language Visual

I get the idea but how is this different from adding another table to the model, with or without relationships to other tables?

Matt Allington's profile image Profile Picture

Andrés Argüello on 05 Jul 2020 23:05:51

RE: DAX Query Language Visual

It would be even better if we could use those dynamic queries in any visual. Like dynamic data layer with tables affected by current context filters. This way we could have dynamically calculated columns and a simpler way to calculate some complex measures.

Matt Allington's profile image Profile Picture

stephenmcgill_uk on 05 Jul 2020 23:04:27

RE: DAX Query Language Visual

i dont quite understand what you mean....

Matt Allington's profile image Profile Picture

Ted Murphy on 05 Jul 2020 23:03:34

RE: DAX Query Language Visual

Great suggestion. I find this capability very useful in Excel.

Matt Allington's profile image Profile Picture

Matt Allington on 05 Jul 2020 23:03:34

RE: DAX Query Language Visual

I also do this in Excel, but in Excel it doesn’t respect filters. If it would do this is would be killer!

Matt Allington's profile image Profile Picture

Thomas on 05 Jul 2020 23:03:34

RE: DAX Query Language Visual

A visual that you can use with a "drop" of a table instead of a drop of a column or measure and then responds well to cross-filtering has my vote!