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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
sandee
Helper I
Helper I

Want to use Measure to add table total from multiple sheet.

Hi All,

 

Please can anyone help me in solving the below in power Bi:

 

I have 4 sheets loaded in power BI, every sheet has Ageing bucket like: Current, 30+, 60+, 90+, and 120+ Bucket, total. I want the total of Current from all four sheets, and total of 30+ amount from all 4 sheets. 

 

I can append the query but i do not want to use this function, i want to apply some measure here.

 

thanks in Advance

Deepak

1 REPLY 1
MauriceMecowe
Resolver II
Resolver II

Hi Deepak,

 

If you create a measure in each tab for each table in your model per bucket, you can very easily sum them in the end per bucket. 

Aging30+ = CALCULATE(
    SUM(Sheet1l[Column1]),'Sheet1'[Aging] = "30+")

 

Good luck,

Mauricio

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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