Forum Discussion
ns4321
3 years agoFrequent Visitor
Create a filtered DAX table based on date slicer
Hi, I am trying to create a DAX that gives a filtered table based on date range selected in the slicer. Filtered_Table =
var minDR = min('Calendar'[Date])
var maxDR = max('Calendar'...
ns4321
3 years agoFrequent Visitor
Thanks Ashish_Mathur . But I need to do many additional steps on this filtered table - summarize, find top N, pull non Top N as "others", etc. So I want to be able to do this in a DAX.