cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
dgadzinski
Helper I
Helper I

Maturity of product - visual

Hello, 

I have an issue. I need to show:

  • Maturity for groups
  • Implemented and Missing value for groups
    Calculation: 
  • Existing Low (Maturity): count if column Maturity = "Low"
  • Existing Medium (Maturity): count if coulumn Maturity = "Medium"
  • Existing High (Maturity): count if column Maturity = "High" 
  • Missing/ Planned = Count if column Status = "Planned" 
  • Implemented = Count if Status = "Implemented" 

I want to show all calculation as below:

dgadzinski_0-1669933157774.png

is it possible? Could you help me?

All details are in pbix file: 

https://uewrc-my.sharepoint.com/:u:/g/personal/170361_student_ue_wroc_pl/Ea6VzmhDVCVFvI4Yx1WtvacBrH5... 

3 REPLIES 3
v-jialluo-msft
Community Support
Community Support

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.

vjialluomsft_0-1670208505564.png

 

Best Regards,
Gallen Luo

v-jialluo-msft
Community Support
Community Support

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

vjialluomsft_0-1669946542043.png

 

 

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: 

dgadzinski_0-1669962646496.png

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?

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors