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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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
v-yilong-msft
Community Support
Community Support

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
v-yilong-msft
Community Support
Community Support

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.