- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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
1 Count is the number of times the Item has shipped.
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.
Is there a measure that could potentially give me what I am looking for?
Any help would be much appreciated.
Thanks!
Jeremy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@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

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
10-29-2024 09:52 AM | |||
11-23-2024 02:36 AM | |||
10-01-2024 01:42 AM | |||
03-14-2024 05:49 PM | |||
11-25-2024 03:02 PM |
User | Count |
---|---|
85 | |
78 | |
41 | |
40 | |
35 |