Forum Discussion
Mario69
2 years agoRegular Visitor
Manipulating Date/Time
I have a PowerBI report that interacts with a SharePoint list. My flows and report works without issue, but I'm having problems with my date/time not displaying correctly. My values are the same ac...
- 2 years ago
This is because the date/time is stored in UTC time on the back end, which is what Power BI gets when it pulls the data. You can add hours to it in the query editor to convert to your time.
Mario69
2 years agoRegular Visitor
Thanks to JohnnySaade and christinepayton . That resolved my issue