Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have to implement multitimezone functoinality for the sales volume current last year in powerbi
using clustered bar chart for the below scenario.
I have two tables one Date table and other Sales fact table with the below schema.
Date Sales
CaledarDate CreationDateTime
Amount
TimeZone
LocalTime
Country
I have mapped CalendarDate with Sale table CreationDateTime. I have to add the clustered bar chart in powerbi which will show the currentyear/Last year sales comparison for last 12 months.
Months should be calculated based on the time zone and the local time.
I have tried below dax for last year sales volume :
CALCULATE(SUM(Sales[Amount]),PARALLELPERIOD(Date[Date],-12,MONTH))
Its not working for the timezone.
Adding more information to this.
There is the Timezone filter in the report last 12 months should be calculated based on the timezone selected. we already getting timezone and localtime calculated from timezone in Sales table.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 21 | |
| 20 | |
| 20 | |
| 14 | |
| 14 |