Forum Discussion
kostal
6 years agoNew Member
Table column considering a slider filter
Hi, I am trying to find out if there is possible to create a column that will calculated its value dynamicly on based of a date slider filter. I tried lot of approches but no of them was success...
Pragati11
6 years agoSuper User
Hi kostal ,
Just modify your DAX to following:
isLast = CALCULATE(isblank(COUNTROWS(AllData)); FILTER(ALLSELECTED(AllData); AND([DateTime] > EARLIER(AllData[DateTime]); [ID] = EARLIER([ID]))))
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati