Hello,
I have an issue. I need to show:
I want to show all calculation as below:
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?
Solved! Go to Solution.
Hi @dgadzinski ,
Create a table with the following format:
Add the following measure:
Values for chart = SWITCH(SELECTEDVALUE('Type'[MetricSort]),
1, [Implemented],
2, [Planned],
3, [High],
4, [Medium],
5, [Low])
Setup your char wiht the following setup:
Drill down to the lowest level and sort axis by group category:
If you want to wrap the name you need to use the Stacked column chart:
See file attach.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @dgadzinski ,
Create a table with the following format:
Add the following measure:
Values for chart = SWITCH(SELECTEDVALUE('Type'[MetricSort]),
1, [Implemented],
2, [Planned],
3, [High],
4, [Medium],
5, [Low])
Setup your char wiht the following setup:
Drill down to the lowest level and sort axis by group category:
If you want to wrap the name you need to use the Stacked column chart:
See file attach.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsPower BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
215 | |
53 | |
46 | |
42 | |
41 |
User | Count |
---|---|
278 | |
209 | |
74 | |
73 | |
65 |