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 - I've been struggling with this for a while. It seems close to other posts, but I can't quite figure it out. Please help.
I'm trying to do expense as a % of revenue in a matrix table. So in this table, I want to divide all expenses and income by the total sales - $102,924 for February, $97,633 for January. I've been able to make it work for the sum of Jan and Feb together, but not by the individual months. I'd be grateful for the answer!
Table1
Solved! Go to Solution.
Hi,
This measure works
Measure 2 = [Total]/CALCULATE([Total],Table1[L1]="Income",ALL(Table1[L2]))
Hope this helps.
Hi @Rob4848
Is this problem sloved?
If not, please let me know.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept Ashish_Mathur 'S answer as the solution to help the other members find it more quickly.
@Rob4848 add following measures:
Total Sales = CALCULATE( SUM( Table[Revenue] ), Table[L1]= "Income")
% of Sales = DIVIDE( SUM( Table[Revenue] ), [Total Sales] )
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@parry2k - Unfortunately, that doesn't work. I need somehow for the $102,924 to be repeated down the whole column. Some sort of aggregation.
Hi,
Share the link from where i can download your PBI file.
here 'tis
https://drive.google.com/file/d/1pJKfqIIDM5EgsEli9_bE3mWed60V6RBJ/view?usp=sharing
For a quick fix, I "cheated" and used the query editor to aggregate the data, then match it back. I would like to see a more gracefull solution where I'm not duplicating data!
Thanks,
Rob.
Hi,
This measure works
Measure 2 = [Total]/CALCULATE([Total],Table1[L1]="Income",ALL(Table1[L2]))
Hope this helps.
Thanks Ashish! That's brilliant. I hadn't thought of that. Sorry for the slow response, I've been away for a bit.
R.
You are welcome.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
68 | |
43 | |
34 | |
26 |
User | Count |
---|---|
86 | |
49 | |
45 | |
38 | |
37 |