Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I have to plot Fill rate% (should be calculated) over different months on a line chart. For this I have Order Execution Status(Closed, Cancelled, Open), Quantity Ordered and Date in my data.
Fill Rate% =Sum of Quantity(When Order Execution Status="Closed")/Total Quantity (for that Month)
How do I perfrom this calculation?
Solved! Go to Solution.
@Anonymous
Here is what i would recommend. Create a few different calculated columns:
Month
Closed Quantity
In addition create one Measure:
Fill Rate %
You will then have the ability to plot your fill rate by month in whatever format you like. Here is a matrix view.
@Anonymous - can you provide a sample of the data you are working with / tables?
@Anonymous
Here is what i would recommend. Create a few different calculated columns:
Month
Closed Quantity
In addition create one Measure:
Fill Rate %
You will then have the ability to plot your fill rate by month in whatever format you like. Here is a matrix view.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.