Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
42 | |
40 |