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.
Hello Everyone,
I have been fiddeling with this issue for a long time without beeing able to find a solution, maybe you can help me.
Here it is :
I have a fact table with Client, Product and Amount :
Also, I have dimension tables Client and Product that are related to the Fact table :
I want to create a measure that give me the SUM of the "Amount" for every Client that have purchased specific Products.
For instance, if I create a slicer and select the Product 3 :
I want this measure to return the SUM of "Amount" filtered with only Client A and Client C but for all the products.
In this case : Client A (92+3+79+47) + Client C (46+40+79+1).
The issue is also that my Fact table is huge and I query it via DirectQuery and I cannot duplicate it with a SUMMARIZE or a GROUPBY.
Is there a way to do it in the calculation directly?
Idealy, I would like also to select multiple products and have the measure return the SUM for Client that have Product 6 AND/OR Product 3 for instance.
Thank you in advance for your help,
Solved! Go to Solution.
The issue is that the filters will filter the amount by product.
The following measure will produce the desired output :
Have you considered teaching your users how to use filters?
The issue is that the filters will filter the amount by product.
The following measure will produce the desired output :
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |