Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Avivek
Post Partisan
Post Partisan

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors