Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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!
Solved! Go to Solution.
@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
@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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.