Reply
Grimfandango227
Frequent Visitor
Partially syndicated - Outbound

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

Syndicated - Outbound

@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

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

Syndicated - Outbound

Thanks again @amitchandak !!

 

 

amitchandak
Super User
Super User

Syndicated - Outbound

@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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
avatar user

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)