Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have to tabs on Power Query from excel data. One of the tab had the monthly production of 5 items. The other tab had the rejects per those 5 items I neeed to create a control chart to be able to display the rejection rate. There are some month that I dont have production or rejects.
Example
Solved! Go to Solution.
Hi @KOLD1313 ,
Here is my sample data:
In Power Query, merge these two tables as a new one:
Expand the column:
Add a custom column:
if [rejects] = null then 0 else ([rejects] / [quantity])
And the final output is as below:
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @KOLD1313 ,
Here is my sample data:
In Power Query, merge these two tables as a new one:
Expand the column:
Add a custom column:
if [rejects] = null then 0 else ([rejects] / [quantity])
And the final output is as below:
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you!
You can merge the tables together in Power Query
if you want more help, please provide your data sample here as table
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 |
---|---|
8 | |
6 | |
6 | |
6 | |
5 |
User | Count |
---|---|
9 | |
9 | |
8 | |
6 | |
6 |