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,
I am a PowerBi beginner and would like to know if it is possible to create a table report that behaves like explained in the attached picture (according to the fact table I have).
I tried to do it with a DAX measure using the following formulas but it does not work as I wish :
Solved! Go to Solution.
OK, different approach.
Turn the interactions back on, create a new table
Customers = VALUES(Table1[Customer])
do not create a relationship from the new table to the fact table, and create the sum measure as
Customer Tot = CALCULATE( SUM(Table1[Invoice]), TREATAS( VALUES(Customers[Customer]), Table1[Customer]))
Select the slicer, go to the Format pane and choose Edit interactions. Turn off the interactions between the slicer and any other visuals then either version of your measure code should work as intended
Hello @johnt75 ,
As you can see in the following screenshot, the interactions bteween the slicer and the table is off but the formula does not work. I have the same result if I select C1, C2 or C3.
OK, different approach.
Turn the interactions back on, create a new table
Customers = VALUES(Table1[Customer])
do not create a relationship from the new table to the fact table, and create the sum measure as
Customer Tot = CALCULATE( SUM(Table1[Invoice]), TREATAS( VALUES(Customers[Customer]), Table1[Customer]))
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 |
---|---|
68 | |
64 | |
51 | |
39 | |
26 |
User | Count |
---|---|
84 | |
57 | |
45 | |
44 | |
36 |