Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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.
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 |
---|---|
10 | |
9 | |
8 | |
8 | |
7 |
User | Count |
---|---|
13 | |
12 | |
11 | |
11 | |
8 |