Forum Discussion
Anonymous
7 years agoNot applicable
Graph Not Display Any Data Unless User Filters
Dear All, I have a Line Graph where it should display different measures based on filter selection. I have a table that contains these following columns: 1) App Name (more than 100 units) 2...
v-chuncz-msft
7 years agoCommunity Support
Anonymous ,
You may take a look at the post below.
https://community.powerbi.com/t5/Desktop/Filtering-a-Demension-Filter/m-p/601883#M286404
- Anonymous7 years agoNot applicable
Hi v-chuncz-msft , thank you very much for your help. I tried the solution in the message that you have sent me:
Measure = CALCULATE ( SELECTEDVALUE ( Table1[Name] ), ALLSELECTED ( Table1[Name] ) )
However, it only works with 1 column. I have 4 columns that users must choose before so the graph can populate the correct data. Do you know how to use the above expression with 4 columns?
Many thanks,
Trang