Forum Discussion

ns4321's avatar
ns4321
Frequent Visitor
3 years ago

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'...