Forum Discussion
Anonymous
3 years agoNot applicable
Filter out data by dates till yesterday
Hello Powerbi Developers, I am having one requirement. I am having date column in which data is for whole year, but we want to show dynamically with help of Today() -1 function. eg today is ...
- 3 years ago
Anonymous , You need to apply measure as visual level filter. Please refer the attached PBIX.
Aburar_123
Solution Supplier
3 years agoHi Anonymous ,
Please write the measure like below and place it in the visual level filter of the slicer
uptoTodayFlag = if(MAX(Date_Dim[Date])<=TODAY(),1,0)