The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have a series of reports that are located in the 'App' section of the Power BI Service. I would like to configure the visuals in the reports to show a time and date stamp (of the time of the user export) on the excel document which is produced.
The visuals are matrices and tables - ideally would like the time and date stamp to be the top row of the exported excel document. But I would consider alternative formats if that is not possible.
I cannot see there is a native PBI functionality for this, but does anyone have any ideas of a workaround?
Many thanks.
Solved! Go to Solution.
Hi @JadeM
You can add a measure and a card to you report
on Export the date and time will be displayed in Excel. Of course adjust the UTC as you wish
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
You can also use Power Query to add a card in your report
let
Source = Table(),
#"Converted to Table" = #table(1, {{Source}}),
#"Renamed Columns" = Table.RenameColumns(#"Converted to Table",{{"Column1", "Date and Time now"}}),
#"Changed Type" = Table.TransformColumnTypes(#"Renamed Columns",{{"Date and Time now", type datetime}})
in
#"Changed Type"
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
Hi @JadeM
You can add a measure and a card to you report
on Export the date and time will be displayed in Excel. Of course adjust the UTC as you wish
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
52 | |
22 | |
11 | |
11 | |
11 |
User | Count |
---|---|
114 | |
31 | |
30 | |
21 | |
19 |