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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi there,
I have a Matrix Visual which shows a result for each row for each month. I would like to show the MoM% and YoY % change based on the last date in table only (as pictured below)
I can get MoM/YoY% to work, but cannot figure out how to only apply this to the last date in the table. Can anyone help with this?
Solved! Go to Solution.
Hi,
I tried to create a sample pbix file like below.
One of ways to achieve this is to create a axis table like below.
I am not sure if the numbers are showing what you want to see, but I hope this can provide some ideas on how to create a solution for your datamodel.
Hi,
I tried to create a sample pbix file like below.
One of ways to achieve this is to create a axis table like below.
I am not sure if the numbers are showing what you want to see, but I hope this can provide some ideas on how to create a solution for your datamodel.
Thank you so much! This worked 🙂