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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
SanketBhagwat
Solution Sage
Solution Sage

% of row total.

Hi all.
I have below matrix structure in which I have pulled 2 values 'Billable Hours' and 'Monthly%'(i.e. % of row total for sum of Table[BillableHours]'.

 

SanketBhagwat_0-1644831417235.png

 

What I want is to calculate is same % of row total of Table[Billable Hours] in a measure.

@amitchandak @parry2k @AlexisOlson @Vahid-DM @selimovd 
Thanks,
Sanket

3 REPLIES 3
Anonymous
Not applicable

Hi @SanketBhagwat ,

 

What's your expected output? Could you please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data to help us clarify your scenario?

 

How to Get Your Question Answered Quickly - Microsoft Power BI Community

How to provide sample data in the Power BI Forum - Microsoft Power BI Community

 

Best Regards,
Eyelyn Qin

amitchandak
Super User
Super User

@SanketBhagwat , Create measure like


divide([billable Hrs], calculate([billable Hrs],removefilters(Table[Staff Position])))

 

or

 

divide([billable Hrs], calculate([billable Hrs],filter(allselected(Table) Table[month Year] = max(Table[Month Year]))))

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

Hi Amit.
I did try this DAX before, but it didn't help.
Check below;

SanketBhagwat_0-1644832194673.png


Thanks,
Sanket

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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