Hello,
I have an issue. I need to show:
I want to show all calculation as below:
is it possible? Could you help me?
All details are in pbix file:
Hi @dgadzinski ,
The display method you expect may not yet be supported, and you can try splitting it into two visuals to show the data separately.
Best Regards,
Gallen Luo
Hi @dgadzinski ,
Please follow these steps:
(1) Create new measures
Implemented = CALCULATE(COUNTROWS(Arkusz1),FILTER(ALL(Arkusz1),Arkusz1[Status]="Implemented" && Arkusz1[Group] = MAX(Arkusz1[Group])))
High = CALCULATE(COUNTROWS(Arkusz1),FILTER(ALL(Arkusz1),Arkusz1[Maturity]="High" && Arkusz1[Group] = MAX(Arkusz1[Group])))
(2)Final output
Best Regards,
Gallen Luo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @v-jialluo-msft ,
Can I add maturity (Low, High, Medium) as separate bar like this one:
The first bar: Implemented + Planned
The second bar: High + Medium + Low
This is very important but I have no idea how to do this. Could you help me?
User | Count |
---|---|
197 | |
80 | |
77 | |
76 | |
46 |
User | Count |
---|---|
168 | |
90 | |
86 | |
80 | |
74 |