cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Avivek
Super User
Super User

Need help with the dax

I have a da whic calculate total usage % for a tag, on the front end I am ignoring anything which is 100%

Avivek_0-1659963316771.png

SO in this if  we see that for tag id 0034609 % of usage is 15% . But if i select that tag id in the slicer it shows blank. It is taking usage for that tag as 100 % and since I have hidden 100% to not to be shown so blank appears, if i remove 100% removal from filter it would show the tag id but with % of usage as 100%.

Avivek_1-1659963516473.png 

The % of usage dax is 

% of Usage = SUM('Procedure Fact'[Procedures])/[Total Procedures(Other Territory)]

I also tried all except in the dax but it din seem to work, can someone please help.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Avivek,

Did you mean to show the grand total percent instead of 100% of the current items? If that is the case, you can try to use all functions on the total calculate parts to ignore filter effects.

Managing “all” functions in DAX 

Regards,

Moonlight

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Avivek,

Did you mean to show the grand total percent instead of 100% of the current items? If that is the case, you can try to use all functions on the total calculate parts to ignore filter effects.

Managing “all” functions in DAX 

Regards,

Moonlight

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors