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
Hi All,
I am trying to create a 'line and stacked column' chart that shows:
I got everything to work except the line y-axis.
My "Drink upsell" and "Drink upsell%" measures' formulae are:
Solved! Go to Solution.
Hi @Anonymous ,
I am afraid that you couldn't do it.
However, why don't you edit the measure like the following DAX:
Drink upsell =
CALCULATE ( SUM ( Data[Sales Volume] ), ALLSELECTED ( Data[Product Group] ) )
Hi @Anonymous ,
I am afraid that you couldn't do it.
However, why don't you edit the measure like the following DAX:
Drink upsell =
CALCULATE ( SUM ( Data[Sales Volume] ), ALLSELECTED ( Data[Product Group] ) )
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.