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
So, my values are displaying correctly in my Table view, but any ideas why my time isn't changing in my actual report. My value is the same as my uncalculated date. The only change I've made is using the Calculated Column Date and Enddate.
JohnnySaade
2 years agoHelper I
If you take the CustomDate measure and add it to a new card visual, will the issue persist?