Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I have a two columns
Value := Sum([Value of Product])
Percentage := Sum([Percentage])
Then I make the following calculation:
Total_value [Value] / [Percentage]
Or
Divide(Value, Percentage,0)
In both cases when I drag and drop it to the pivot table in Excel the following happens:
1. The calculation per line items are correct
2. When collapsing it my let’s region it seems to take the total sum of the column Value and divide by the total sum of the column
Percentage rather than divide the value by the percentage of each line and sum the results by region.
What am I doing wrong?
Thanks,
Nav
Create a new column (best in Power Query) where you'll calculate the ratio. Then bring this column into the DAX table and your measure will just sum up the values in the column.
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 |
---|---|
14 | |
11 | |
10 | |
10 | |
10 |
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
8 |