Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Table 1 :
I also have a date range filter which ranges from 2009 to current date. I want to create a measure to calculate the monthly costs based on the date range filter.
Example :
Total cost = Monthly costs * number of months.
If my date range is set at 1/1/2009 to 1/1/2022, the number of months should be calculated from contractstartdate from table1(not from the date range filter,2009).
so, 20,000 * Number of months(COntractstartdate(Nov2021) to current date(Nov 2022) = 12 months) = 240,000.
This value is then added to Table 2 Value based on contract number. Table 1 And table 2 are related through Contract Number.
Any help with creating this measure is much appreciated.
@shravanreddy133 , refer if these approaches can help
Between Dates - Dates between
Measure way
Power BI Dax Measure- Allocate data between Range: https://youtu.be/O653vwLTUzM
https://community.powerbi.com/t5/Community-Blog/How-to-divide-distribute-values-between-start-date-o...
Tables way
https://amitchandak.medium.com/dax-get-all-dates-between-the-start-and-end-date-8f3dac4ff90b
https://amitchandak.medium.com/power-query-get-all-dates-between-the-start-and-end-date-9ad6a84cf5f2
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 16 | |
| 11 | |
| 10 | |
| 6 | |
| 5 |