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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors