March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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!
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |