The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Guys,
My Requirement for How to get a last refresh date and time from the Power BI Service to the dashboard. Please anyone known to reply to me is a urgent client requirement
Thanks and Regards
Sugumaran C
Solved! Go to Solution.
Hello @Sugumaran31,
In Power Query you can write an m code. For ınstance open a blank report and write
DateTime.LocalNow()
Close and appy. You can use as a card and publish in to PBI Service. But be sure date time value is correct in PBI Service. İf it isn't you might be doing some plus or minus with your creating dax code.
Kind Regards,
Gökberk Uzuntaş
📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!
🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |
Hi,
Create a table in power query, adjust your timezome accordingly.
= DateTime.LocalNow()+#duration(0,-4,0,0)
Proud to be a Super User! | |
Hi,
Create a table in power query, adjust your timezome accordingly.
= DateTime.LocalNow()+#duration(0,-4,0,0)
Proud to be a Super User! | |
Hello @Sugumaran31,
In Power Query you can write an m code. For ınstance open a blank report and write
DateTime.LocalNow()
Close and appy. You can use as a card and publish in to PBI Service. But be sure date time value is correct in PBI Service. İf it isn't you might be doing some plus or minus with your creating dax code.
Kind Regards,
Gökberk Uzuntaş
📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!
🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |
User | Count |
---|---|
62 | |
59 | |
54 | |
51 | |
33 |
User | Count |
---|---|
179 | |
87 | |
70 | |
48 | |
45 |