Forum Discussion
Refresh Date To Report
- 8 years ago
Hi erhang,
One way would be to create a calculated column in the model to store current Datetime.
Build a card visual to show the Datetime value inside report somewhere.
Then pin this card to the dashboard along with other required visuals.
Make sure you create calculated column and not measure, because the value needs to refresh only when dataset is refershed which is achieved by calculated column.
Prateek Raina
Hi erhang,
One way would be to create a calculated column in the model to store current Datetime.
Build a card visual to show the Datetime value inside report somewhere.
Then pin this card to the dashboard along with other required visuals.
Make sure you create calculated column and not measure, because the value needs to refresh only when dataset is refershed which is achieved by calculated column.
Prateek Raina
Thank you prateekraina for your support