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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Grimfandango227
Frequent Visitor

Percentage based of two counts

Hello, 

 

I have two separate counts based on Item Number. 

 

1 Count is the number of times the Item has been Warrantied  

Grimfandango227_1-1722369948442.png

 

1 Count is the number of times the Item has shipped. 

Grimfandango227_2-1722369969282.png

 

I would like to get a rolling 12-month percentage of Items warrantied over Items shipped. 

 

Please note that Each count comes from a different dataset. 

 

Grimfandango227_0-1722369914680.png

Is there a measure that could potentially give me what I am looking for?

 

Any help would be much appreciated. 

 

Thanks!

 

Jeremy

 

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Grimfandango227 , Join the date of your table with the date of the date table and use that in the visual , slicer and measure

 

12 month rolling

 

Rolling 12 = CALCULATE(divide( count(Table[Warranties]) , count(Table[Sales Invoice line]) )  ),DATESINPERIOD('Date'[Date],max('Date'[Date]),-12,MONTH))

 

 

Rolling Months Formula: https://youtu.be/GS5O4G81fww

Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: https://youtu.be/nxc_IWl-tTc
https://medium.com/@amitchandak/power-bi-window-function-3d98a5b0e07f

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Grimfandango227
Frequent Visitor

Thanks again @amitchandak !!

 

 

amitchandak
Super User
Super User

@Grimfandango227 , Join the date of your table with the date of the date table and use that in the visual , slicer and measure

 

12 month rolling

 

Rolling 12 = CALCULATE(divide( count(Table[Warranties]) , count(Table[Sales Invoice line]) )  ),DATESINPERIOD('Date'[Date],max('Date'[Date]),-12,MONTH))

 

 

Rolling Months Formula: https://youtu.be/GS5O4G81fww

Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: https://youtu.be/nxc_IWl-tTc
https://medium.com/@amitchandak/power-bi-window-function-3d98a5b0e07f

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.