
Hi,
I have a Power BI report with a Date selection filter. In the report I have created a PowerApps visual connect to my Power Apps and passing the Date value from filter to Power Apps. Let says the Date in the Slicer is 2 July 2019.
In Power Apps I use the following function to display the Date in a label: First(PowerBIIntegration.Data).Date
And the result I received is : 2019-07-01T16:00:00.000Z
I notice that my current time zone is 8 hours after UTC, so the powerapps might have tried to convert wrongly the time into UTC timezone.
Is there any option that I could use to prevent this conversion? I expect the Power Apps to show 2019-07-02.
Thanks for your support. It is appreciated.
Regards,
DC
Hi @dccc019
DateValue(Text(DateAdd(First(PowerBIIntegration.Data).Date, -TimeZoneOffset(First(PowerBIIntegration.Data).Date), Minutes)))