Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
Rahulty
New Member

Dax

Hi 

Can anyone help with power bi issue..

 

I have excel file which I have uploaded to power bi now that is quality parameters and scoring excel sheet. My question is i have 19 quality parameters which involves "met" and "not met" in vertical format. That file also includes date of audit, supervisor name, audit count etc ..

 

I want a visualisation wherein chart should show me "not met %" parameters wise.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Rahulty ,

I create a table as you mentioned.

vyilongmsft_0-1727317400991.png

I think you can create a calculated column at first.

Column = IF('Table'[Status]="Not Met",1,0)

vyilongmsft_1-1727317520039.png

Measure = DIVIDE(SUM('Table'[Column]),COUNT('Table'[Parameter]),0)

vyilongmsft_2-1727317613779.png

vyilongmsft_3-1727317659802.png

 

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Rahulty ,

I create a table as you mentioned.

vyilongmsft_0-1727317400991.png

I think you can create a calculated column at first.

Column = IF('Table'[Status]="Not Met",1,0)

vyilongmsft_1-1727317520039.png

Measure = DIVIDE(SUM('Table'[Column]),COUNT('Table'[Parameter]),0)

vyilongmsft_2-1727317613779.png

vyilongmsft_3-1727317659802.png

 

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Issue resolved ☺️

Thanks buddy it was a great help.

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.