Forum Discussion
stoppm
1 year agoFrequent Visitor
Create a measure to dynamically subtract difference between today's date and date in table
Hi, I have a slicer on a page that allows a user to select the timeframe they want to see data for (month, week, day). If I have a value with a timestamp of today's date, I want my visual to show tod...
- 1 year ago
If the timeframe key is from date table , you can try this.
Measure = DATEDIFF(max('Date'[Date]),today(),day)
v-aatheeque
1 year agoCommunity Support
Hi stoppm ,
We haven’t heard back from you regarding our previous response and wanted to check if your issue has been resolved.
If it has, please consider clicking “Accept Answer” and “Yes” if you found the response helpful.
If you still have any questions or need further assistance, feel free to let us know — we're happy to help!
Thank you!
v-aatheeque
1 year agoCommunity Support
Hi stoppm ,
If our response addressed by the community member for your query, please mark it as Accept Answer and click Yes if you found it helpful.
Should you have any further questions, feel free to reach out.
Thank you for being a part of the Microsoft Fabric Community Forum!