Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Combination chart with separate x-axis at different periods

I need to set up a combination chart  but on its x axis it is necessary that I have the separation of 3 periods (year, month and day) as shown in the example below.  Sample.pbix 

Carregamento eixo compartilhado diversificado.jpgSample Eixo Cmpartilhados.jpgSample Dados.jpg

Assumptions:

Bar and line calculations use different measures.

Year Period: Display the columns and rows grouped by year for the period selected in the slice

 

Period Month: Display the columns and rows grouped by month for the period selected in the slice. The values ​​here would be a break from the previous value, considering only the biggest year of the slice.

 

Day Period: Display the columns and rows grouped by day for the period selected in the slice. The values ​​here would be a break from the value of the month period, considering only the largest month selected in the slice.

   

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , This not possible using the seeded visual. Check for custom visuals

https://appsource.microsoft.com/en-us/marketplace/apps?page=1&product=power-bi-visuals

 

Another way is that you create a table and merge all three type of data and display

Union(

summarize( Year data),

summarize( Month data),

summarize( Day data)

)

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak , about the merge of periods, is there a way to make it dynamic?
I remember that as informed the periods have premises for counting lines according to each period, following a single slice

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.