Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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])