Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I'm a bit stuck, with something that feels should be quite simple - so I hope somebody can help me with this.
Basically I've got a table with sales data statistics:
ProductId, SalesDate and GrossSalesValue
This table holds data for a few years and I need to present side by side performance this year vs last year.
In Excel creating such a chart is very simple (see screenshot at the end of this post). I see that it takes two columns - one for 2016. year and second for 2017. year. But my table holds one field for GrossSalesValue and other for dates. Can I get from such a table clustered column chart to compare year data side by side? Can I achieve this with measures and DAX? I've tried TOTALYTD and Calculate(...; SamePeriodLastYear), but it didn't work
Solved! Go to Solution.
Do you have a Calendar table?
If you do place the date on the axis and keep only the month from the resulting Hierarchy,
then drag the date field again but this time to the legend and keep only the year.
If no Calendar just break your date field into Month and Year columns and use those...
Place Month on the Axis, Year in the Legend and sales in the Values
Good Luck!
Hi @prokurors,
As Sean suggested, I could get the chart output like below. In my test, I didn't use calendar table, just select Month from date hierarchy as Axis, and select Year from date hierarchy as legend.
Best regards,
Yuliana Gu
Hi @prokurors,
As Sean suggested, I could get the chart output like below. In my test, I didn't use calendar table, just select Month from date hierarchy as Axis, and select Year from date hierarchy as legend.
Best regards,
Yuliana Gu
Do you have a Calendar table?
If you do place the date on the axis and keep only the month from the resulting Hierarchy,
then drag the date field again but this time to the legend and keep only the year.
If no Calendar just break your date field into Month and Year columns and use those...
Place Month on the Axis, Year in the Legend and sales in the Values
Good Luck!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.