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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

How to Plot fill rate% over different months

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?

1 ACCEPTED SOLUTION

@Anonymous

Here is what i would recommend. Create a few different calculated columns:

 

Month

Month.png

 

Closed Quantity

Closed Quantity.png

 

In addition create one Measure:

 

Fill Rate %

Fill Rate %.png

 

You will then have the ability to plot your fill rate by month in whatever format you like. Here is a matrix view. 

Results.png

View solution in original post

4 REPLIES 4
danb
Resolver I
Resolver I

@Anonymous - can you provide a sample of the data you are working with / tables?

Anonymous
Not applicable

@Anonymous

Here is what i would recommend. Create a few different calculated columns:

 

Month

Month.png

 

Closed Quantity

Closed Quantity.png

 

In addition create one Measure:

 

Fill Rate %

Fill Rate %.png

 

You will then have the ability to plot your fill rate by month in whatever format you like. Here is a matrix view. 

Results.png

Anonymous
Not applicable

Thanks @danb It did work 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors