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! Learn more
Hi,
I have a Line and Stacked bar chart. The user can select several years for specific cities, the line follows the years from column to column. However there is currently not data for all years for all cities, so in the case that there is not data, the line drops down to 0 from the previous year value.
I would like to stop it from dropping down to 0 in case there is no data and stop at the previous year value.
Any way to achieve this?
Solved! Go to Solution.
Change your measure to properly return BLANK() if there is no data.
Change your measure to properly return BLANK() if there is no data.
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.