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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Is it possible for powerbi date bar graph each month represent a different measure

As stated in the subject. 

I have multiple extraction data dates, which means the datas are about the same but the extraction date differs.

I want to have a date visual based on some calculation in each data extraion dates and put that number in each the data extraction month in the date bar grap. Is it possible? how?

Thankyou!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , I am assuming you have common date table and date tbale is used on the axis. You can use logic like

 

Switch(Max(Date[Month]) //or use month year, I am using month no

1, [Meausre 1],

2, [Meausre 2],

//Add others

12 //default value

)

 

Switch-Case statement of #PowerBI: https://www.youtube.com/watch?v=gelJWktlR80&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=56

 

IsInScope - Switch Rank at different levels: https://youtu.be/kh0gezKICEM

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , I am assuming you have common date table and date tbale is used on the axis. You can use logic like

 

Switch(Max(Date[Month]) //or use month year, I am using month no

1, [Meausre 1],

2, [Meausre 2],

//Add others

12 //default value

)

 

Switch-Case statement of #PowerBI: https://www.youtube.com/watch?v=gelJWktlR80&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=56

 

IsInScope - Switch Rank at different levels: https://youtu.be/kh0gezKICEM

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors