Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
@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
User | Count |
---|---|
19 | |
18 | |
15 | |
13 | |
13 |
User | Count |
---|---|
9 | |
8 | |
8 | |
6 | |
6 |