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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors