Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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...
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
11 | |
11 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |