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 there,
I want to display data in different time zone based on which time zone is selected by the user. If user select China time zone, then data should display in china time zone.
For example, Our system records order invoice date in UTC Time zone. So, I have added 2 columns in table, "Invoice date china" and "Invoice date NZ". But i don't have any idea about how to display time zone name in radio button and how to show data based on selected time zone.
table name: "invoice"
columns: id, invoice_date_utc, invoice_date_china, invoice_date_nz, sales_amount, order_id
I want to calculate no. of orders, total sales in particular time period.
Thanks,
Jigu Patel
Solved! Go to Solution.
Hi @cutestjigs,
Please go through below details. I got the same on comminuty only.
Please change the values according to the time zone. I hope will work.
We can switch time zone when add a custom column. I have tested it on my local environment.
Hi @Seward12533,
I tried to get timezone using
TIMEZONE=SELECTEDVALUE(timezones[zone],”UTC”) // selects or default to utc
but only shows default UTC, it do not change on selection.
Thanks,
Hi,
For showing Time Zone Name ...You can select a Slicer.
Then go to Format Option > Selection COntrols > Single Select ON.
For dispalying the value : Choose a card from the Visualisations , then SELECTEDVALUE('Table'[ColumName])
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 |
---|---|
81 | |
75 | |
60 | |
37 | |
33 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |