Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a data which is a "SharePoint Online" as source and I need a display a date and time column in the table visual
Currently I am displaying data in the PST format for "US" if users location is in US and BST if the users location is "UK" The problem is I am displaying US and UK timezone in a single date/time column i.e..,
Location | Date and Time |
US | 06/31/2021 05:30 AM + 8:00 |
UK | 06/10/2021 07:30 AM + 1:00 |
But The requirement is the "Date and Time" column should be displayed according to the users current location whenever they login
It should be in a single column with their own timezones and that should be dynamic It should get the users location and query the data accordingly
For Example:
Username | Location | Date and Time |
Sarah | US | 06/31/2021 05:30 AM |
Justin | UK | 05/10/2021 07:30 AM |
When Sarah logins and check for the report the result of the Date and Time should be like below:
Username | Location | Date and Time |
Sarah | US | 06/31/2021 05:30 AM+8:00 |
Justin | UK | 05/10/2021 07:30 AM + 8:00 |
When Justin logins and check the report the result of the Date and Time should be like below:
Username | Location | Date and Time |
Sarah | US | 06/31/2021 05:30 AM+1:00 |
Justin | UK | 05/10/2021 07:30 AM + 1:00 |
Can I display it as above . If yes,please do help me
Thanks in advance
Hi @no_one_but_me ,
You can refer the content in the following blogs to get it:
Handling Different Time Zones in Power BI / Power Query
Dynamic time zone conversion using Power BI
Best Regards
Hi @Anonymous ,
Thanks for the reply , I have already done this but User should not select the timezone, that should happen from the backend, power bi should get their location and display without selecting of any timezone can that be possible?
Hi @no_one_but_me ,
Please try to add a custom column for the date columns with the below formula, and the data type of new column will be Text:
=DateTimeZone.From([Datetime])
Best Regards
Hi @Anonymous
This is giving me my timezone i.e., in IST but if I open in the PST timezone that is still showing me the IST time I want to show the Date and Time column in PST
This is not changing dynamically
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
4 | |
3 | |
3 | |
3 | |
2 |