I have a dax which is
If I don't select Used/Shared then the column in total procedure is how it comes but if I select Used total procedure just show 1 line as total procedure changes to 3(it should have been still 23) and if I select Borrowed then total procedure changes to 20(it should have been still 23). I tried to change the dax to
SO in this case ist tag id ie., 0001053 shows a total procedure as 8 and % of usage as 50% but if I select that tag in the slicer then it shows blank
This is because when selecting that tag on slicer it considers it as 1 single record and % of usage changes to 100% and total procedure changes to $ instead of 8 because it is taking only the borrowd procedure when the tag is selected.
% of Usage measure is
Solved! Go to Solution.
Hi @Avivek ,
According to your statement, I think your problem is that you want to remove the filter from slicer in your visual. As far as I know, if the column in slicer is from same table or from a related table, Power BI will filter your visual by context. Here I suggest you to create unrelated dim tables to build slicer. And you can use SELECTEDVALUE() to catch single value or use VALUES() to catch multiple values in your measure.
If this reply still couldn't help you solve your problem, please share a sample file without sensitive data with us. And show us a screenshot with the result you want. This will make it easier for me to find the solution.
Best Regards.
Hi @Avivek ,
According to your statement, I think your problem is that you want to remove the filter from slicer in your visual. As far as I know, if the column in slicer is from same table or from a related table, Power BI will filter your visual by context. Here I suggest you to create unrelated dim tables to build slicer. And you can use SELECTEDVALUE() to catch single value or use VALUES() to catch multiple values in your measure.
If this reply still couldn't help you solve your problem, please share a sample file without sensitive data with us. And show us a screenshot with the result you want. This will make it easier for me to find the solution.
Best Regards.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
216 | |
58 | |
49 | |
45 | |
45 |
User | Count |
---|---|
264 | |
211 | |
113 | |
82 | |
71 |