Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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])
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 67 | |
| 63 | |
| 30 | |
| 30 | |
| 23 |