Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
14 | |
10 | |
9 | |
9 |
User | Count |
---|---|
15 | |
12 | |
12 | |
11 | |
11 |