Forum Discussion
irfanreporting
Helper I
9 years agoShowing graph upon selecting slicer value
Can I show a graph upon selecting a slicer value?
6 Replies
- spoony
Helper I
You mean to use the legend as a slicer? Only works if it is a measure:
You can also setup a table of filters and add the measure to the graph and:
Measure = IF(COUNTROWS(FILTER(FilterTable, FilterTable[Column1] = "Measure1")) = 0, 0, Calculate....)
- irfanreporting
Helper I
Thanks a lot Spoony, I will try this out and update you.
- irfanreporting
Helper I
Dear spoony,
Is it possible to display just corresponding column values from the table without using any inbuilt functions like min, max,sum,avg etc?