March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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.
Solved! Go to Solution.
Hi @Rahulty ,
I create a table as you mentioned.
I think you can create a calculated column at first.
Column = IF('Table'[Status]="Not Met",1,0)
Measure = DIVIDE(SUM('Table'[Column]),COUNT('Table'[Parameter]),0)
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.
Hi @Rahulty ,
I create a table as you mentioned.
I think you can create a calculated column at first.
Column = IF('Table'[Status]="Not Met",1,0)
Measure = DIVIDE(SUM('Table'[Column]),COUNT('Table'[Parameter]),0)
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |