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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
JordanJackson
Advocate II
Advocate II

need solution for % of Total which can be interacted with by other visuals

Hi there,

 

I'm looking for a way to have my duration have a percentage of total displayed on a card. 

 

I then need this % to be able to be interacted with by other visuals, being able to see what percentage of the total whatever is selected makes up. 

 

The column I want this for is Duration (Mostly either 0.5, 1 or 2). I've tried a few Dax soloutions but none have worked for me. 

And then there is 'show value as percentage of grand total' which shows as a percentage but is not interactive?

 

Any help with this would be greatly appreciated! 

 

(Also, a really simply way to do this should be a part of powerbi...)

3 REPLIES 3
amitchandak
Super User
Super User

@JordanJackson , Assume if measure [M1]

 

then % of total measure 

M1 % of total =  divide([M1], calculate([M1], allselected() ) )

 

should be interactive

 

 

And below one should not interact

M1 % of total =  divide([M1], calculate([M1], all () ) )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

In order to have it as a measure, do I just have it as:

DurationMeasure = Sum('Training Categories [Duration])

Is this the right way to have it as the measure for this?

@JordanJackson , Yes, I think so. You can use sum('Training Categories [Duration]) in place of [Measure]

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors