Forum Discussion
MattBussard
3 years agoNew Member
Real time reporting based on current time
Hi all, I'm a new member who's learning power bi to use in a corporate environment for defect and KPI reporting. I've searched around and have been unable to find a suitable answer to my issue. ...
amitchandak
Super User
3 years agoMattBussard , Based on what I got you have now in pwoer bi
You can measure, that you can use in visual or visual level filter
calculate(sum(Table[Value]) , filter(Table, Table[Created date] >= now() -1)) //-1 days
you can subtract time using time
now() - time(5,0,0)