Forum Discussion
Updating a text box with database update date
- 2 years ago
Hi redalert787
Put an actual date in the excel, no text. When you import the excel, make sure that it is in date format. You can add title for the text you want to add.
Joe
Hi redalert787
If there is a column in the excel that has the update date, you can utilise this.
Create a measure
Last Data Update = MAX('Table'[UpdateDate])
Add this measure to a card
Thanks
Joe
If this post helps, then please Accept it as the solution
Hello,
I created a table in excel with a column for showing when each of my databases were updated. I created a DAX measure based on the one that noted above. Then I put the measure into a card but it is showing blank. Would you be able to help to show me where I am going wrong JoeBarry
Excel table:
DAX measure:
Card showing blank for measure:
Thanks,
- JoeBarry2 years agoSolution Sage
Hi redalert787
Put an actual date in the excel, no text. When you import the excel, make sure that it is in date format. You can add title for the text you want to add.
Joe