Forum Discussion
View DAX Code behind Filters.
- 5 years ago
Yes
If you enable the "Performance Analyzer" in the desktop
- go to View tab, then select "Performance analyzer" in the "Show panes" group
Go to the tab that your visual in question resides in
In the "Performance analyzer" pane, select "Start recording", then "Refresh visuals", then "Stop"
You should find your visual under the Name column, then expand the group and select "Copy query"
That query will show you the query used for the visual and you should find how the "Filters on this visual" is used
Good luck,
Yes
If you enable the "Performance Analyzer" in the desktop
- go to View tab, then select "Performance analyzer" in the "Show panes" group
Go to the tab that your visual in question resides in
In the "Performance analyzer" pane, select "Start recording", then "Refresh visuals", then "Stop"
You should find your visual under the Name column, then expand the group and select "Copy query"
That query will show you the query used for the visual and you should find how the "Filters on this visual" is used
Good luck,
Thanks