Forum Discussion
Dynamic title based on uploaded file name
Hi All,
I have several of files need to upload in a set time.
Hence, it is possible to change title automatically on report view based on naming CSV file, once the file uploaded.
Thanks.
Hi melina
If I understand correctly, you can definitely do this.
What you could do, is to create another table which just stores your FileName, based on what is the latest time it was updated.
Then load this table into your Power BI Data model.
The use a Card or Multi-Card Row visual and put in your FileName from your table into this visual. This will then always display your information?
2 Replies
- GilbertQSuper User
Hi melina
If I understand correctly, you can definitely do this.
What you could do, is to create another table which just stores your FileName, based on what is the latest time it was updated.
Then load this table into your Power BI Data model.
The use a Card or Multi-Card Row visual and put in your FileName from your table into this visual. This will then always display your information?
- melinaHelper IV
oh i got it..thank you for your help!