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 everybody,
Here is the situation :
I've got a table like this :
I'd like to build this matrix in Power BI:
There is also a filter on the client.
So if I select for example client A the matrix must be :
Please could you help me.
Thanks all.
Solved! Go to Solution.
@MiMich Hi! Here the measure to achieve the result:
also interacts with client slicer:
if it's oki, please accept my answer as solution.
BBF
en % Magasin vs Web =
VAR v = CALCULATE(SUM(Table[#ventes]), ALL(Table[Type vente]))
RETURN IF(v, DIVIDE(SUM(Table[#ventes]),v))
@MiMich Hi! Here the measure to achieve the result:
also interacts with client slicer:
if it's oki, please accept my answer as solution.
BBF
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
11 | |
11 | |
10 | |
6 |