Forum Discussion

cbolling's avatar
cbolling
Icon for Helper I rankHelper I
5 years ago

Measure filtering the visual, but when exporting the data from visual to excel, data is not filtered

Hi All,   Here is a measure I created: NEW SURGEON = VAR LastSaleDateSlicer = CALCULATETABLE ( LASTNONBLANK ( DimDate[MonthFirstDay], 0 ), ALLSELECTED(FactSales)) VAR DateDifference = D...