Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
hello Experts,
i have a pbi conntected to a live data sourve (Analysis services)
i want to know how to pput the time stamp on the report.
i received some workarounds, but they worked only for the offline data source
Solved! Go to Solution.
You want to put the timestamp of what in the report? Of the last refresh date, the last date in your dataset or the current time?
If it is a direct query / live connection maybe you can just create a new Measure = NOW()
if you e.g. set up automatic page refresh this will always update
Hi @ChahindaAlyy ,
Please note, When you create a report with Live Connection type, there is no data refresh , because when you open this type report, Power BI will get the latested data from data source to visualize.
If you want to show the timestamp of the last time you got the latest data, you could create a measure like this:
Time Stamp=NOW()
then add a card visual with this measure.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ChahindaAlyy ,
Please note, When you create a report with Live Connection type, there is no data refresh , because when you open this type report, Power BI will get the latested data from data source to visualize.
If you want to show the timestamp of the last time you got the latest data, you could create a measure like this:
Time Stamp=NOW()
then add a card visual with this measure.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
i want the time stamp of the last refreshed date
If it is a direct query / live connection maybe you can just create a new Measure = NOW()
if you e.g. set up automatic page refresh this will always update
You want to put the timestamp of what in the report? Of the last refresh date, the last date in your dataset or the current time?
User | Count |
---|---|
129 | |
73 | |
70 | |
58 | |
53 |
User | Count |
---|---|
190 | |
97 | |
67 | |
63 | |
54 |