Forum Discussion
shishanki
3 years agoRegular Visitor
Date silver and 24 hours data
I want to load power bi report with last 24 hours data. I am able to achieve that using measure but is it possible to also have date slicer for report so when report loads first time, user can view 2...
Anonymous
3 years agoNot applicable
Hi shishanki,
You can write a measure formula with ISFILTERED function to check the current filter selections and setting default condition of last 24 hours if no item selected to use on 'visual level filter'.
ISFILTERED function (DAX) - DAX | Microsoft Learn
Regards,
Xiaoxin Sheng