Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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])
User | Count |
---|---|
77 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
99 | |
92 | |
50 | |
49 | |
46 |