Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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 September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
18 | |
18 | |
18 | |
17 |
User | Count |
---|---|
33 | |
25 | |
18 | |
15 | |
13 |