Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
@91asma2 , Better two use those from two independent date table or at least one
You can use month, qtr , year or date from these two slicers from two independent table and a measure like this should work
Two period range =
var _max = maxx(allselected('Date2'), 'Date2'[Date])
var _min = minx(allselected('Date1'), 'Date1'[Date])
return
calculate(sum(Table[value]) ,filter(Table, Table[Date] <=_max && Table[Date]>=_Min))
Need of an Independent Date Table:https://www.youtube.com/watch?v=44fGGmg9fHI
@91asma2 , Better two use those from two independent date table or at least one
You can use month, qtr , year or date from these two slicers from two independent table and a measure like this should work
Two period range =
var _max = maxx(allselected('Date2'), 'Date2'[Date])
var _min = minx(allselected('Date1'), 'Date1'[Date])
return
calculate(sum(Table[value]) ,filter(Table, Table[Date] <=_max && Table[Date]>=_Min))
Need of an Independent Date Table:https://www.youtube.com/watch?v=44fGGmg9fHI
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |