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 PBI community,
I am having issues with subtotals not adding up to total items in a category in a matrix.
My goal is to get the quantities sold for a Product.
For this I need to multiply:
This is my measure formula:
And this is an example of my two tables above:
Product Table | ||
SKU | Cheese Type | Qty in Carton |
Brie01 | Brie | 10 |
Brie02 | Brie | 10 |
Brie03 | Brie | 10 |
Camembert01 | Camembert | 5 |
Sales Table | |
SKU | Qty Sold |
Brie01 | 1 |
Brie02 | 1 |
Brie03 | 1 |
Camembert01 | 3 |
As evident they are joined by the SKU column which has unique values.
Now, when filtering by "Cheese Type" I am expecting to obtain
Since Camembert is a unique value at both SKU and Cheese Type level - there are no issues returning the correct amount
However for Brie subtotal - instead of 30, I obtain 90 - which I believe happens because the engine is multiplying by 3 when finding 3 types of Brie cheese products.
What's the most effective way to deal with these type of issues
Solved! Go to Solution.
Hi @dino19547 ,
Try using following measure:
Hi Tanushree, may I ask - why does your solution work with Values(Table[SKU] and not with Values(Table[Cheese Type] under this filter context? Sorry this is a burning question I have!
Hi @dino19547 ,
Try using following measure:
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
12 | |
10 | |
6 |