Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
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
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
8 | |
6 |