Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi everyone,
I’ve created a pipeline at 10:37 AM, but I’m encountering an issue when running the Power BI REST API to get the activity events. The 'CreateArtifact' operation for the same item shows varying creation times in the response. My fabric trial capacity is located in central India. Has anyone faced a similar issue or have any insights on why this might be happening?
Reference link:
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/get-activity-events
Regards,
Shreya
Solved! Go to Solution.
HI @Shreya_Barhate,
Have you tied to convert your local datetime to UTC format? AFAIK, PBI service use UTC format to store datetime values.
So If your datetime values are included with local timezone, they will be force convert to UTC when they work on service side.
Regards,
Xiaoxin Sheng
HI @Shreya_Barhate,
Have you tied to convert your local datetime to UTC format? AFAIK, PBI service use UTC format to store datetime values.
So If your datetime values are included with local timezone, they will be force convert to UTC when they work on service side.
Regards,
Xiaoxin Sheng
Code Snippet: