Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
So again I am trying to do row by row multiplicaiton using measures, and I end up with the wrong sum.
The first expression below, Sales_Uncleaned, all seems to work, the correct sum is achieved, on total and on all aggregated categories.
Hi @1up
You'll want to wrap the original calc in a sumx...
Sales_Uncleaned:= SUMX (
'Combined',
DIVIDE(max('Combined'[Sales_2019]),max('Combined'[Potential_2019]))
)
You may have to modify the query a bit as I am not sure what your original table looks like.
-Paul
Thanks for the reply.
I tried, and I get wrong sums unfortunately for the starting expression, using this code. Now the %-ages are in the thousands. On individual base category it works though. I wrote as below;
Perhaps I should add, I have two categories in the table. One column is a unique category, let's call them A, B, C, D, E etc. The other one is a group which includes certain categories, so let's say Cat1 includes (A, C), Cat2 includes (B, D, E).
Summarizing on the aggregated Cat#-categories, gives the wrong result, and on total sum...
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
15 | |
11 | |
10 | |
10 |