Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
User | Count |
---|---|
16 | |
14 | |
13 | |
12 | |
11 |
User | Count |
---|---|
19 | |
15 | |
15 | |
11 | |
10 |