Forum Discussion
cbolling
Helper I
5 years agoMeasure 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...
cbolling
Helper I
5 years agoIn order for the measure to work the sensitive data must be a part of the PBIX. Unfortunately I cannot provide you with a PBIX file, is there anything else that I can share with you that could be of any help?
cbolling
Helper I
5 years agoDoes anyone know why my data wouldnt be filtered the same way as in a visual when I export?