Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Soc3
Helper I
Helper I

Matrix Table- Single Column Value and Previous Year Measure

I have names in the rows (hidden for privacy purposes), dates in the columns and percentages in the values (a measure). I want to add a single column that states what the target is.

 

Soc3_0-1753203574106.png

 

 

How do I add a column that states the target in each row, 78%, without repeating for each month? I only need it to display in one column rather than repeat for each month column.

 

I would also like to add a column that summarizes the previous year's YE average %.  To do that, I created a measure similar to the measure used in the table shown above but added the PREVIOUSYEAR function. No data returns. Any suggestions on how to achieve this? Issue Year is in date format. Similar to the target value, I would only want to display the previous year % to as a single column.

 

This is what I tried:

% Previous YR = CALCULATE(DIVIDE([Count of Ticket], [Row Total]), PREVIOUSYEAR('V02_TICKET'[Issue Year]))

 

The dashboard has dynamic row level security and the matrix has the ability to drill down based on the org chart, so I need the values to be measures so they can calculate for each level.

1 ACCEPTED SOLUTION
kushanNa
Super User
Super User

Hi @Soc3 

 

If you need the Target to appear next to the row value only once, you can create a calculated column with the target and use it as a row, then change the matrix table layout style to Tabular.

 

kushanNa_0-1753266845426.png

kushanNa_1-1753266970178.png

 

View solution in original post

10 REPLIES 10
v-saisrao-msft
Community Support
Community Support

Hi @Soc3,

We haven’t heard back from you in a while regarding your issue. let us know if your issue has been resolved or if you still require support.

 

Thank you.

v-saisrao-msft
Community Support
Community Support

Hi @Soc3,

Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further.

 

Thank you.

v-saisrao-msft
Community Support
Community Support

Hi @Soc3,

Checking in to see if your issue has been resolved. let us know if you still need any assistance.

 

Thank you.

Ashish_Mathur
Super User
Super User

Hi,

Share the download link of the PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
kushanNa
Super User
Super User

Hi @Soc3 

 

If you need the Target to appear next to the row value only once, you can create a calculated column with the target and use it as a row, then change the matrix table layout style to Tabular.

 

kushanNa_0-1753266845426.png

kushanNa_1-1753266970178.png

 

v-saisrao-msft
Community Support
Community Support

Hi @Soc3,

Thank you for reaching out to the Microsoft fabric community forum.

I have recreated your scenario using sample data. Please find the attached PBIX file for your reference.

vsaisraomsft_0-1753256018152.png

Hope this helps.

 

Thank you.

Hi @v-saisrao-msft ,

 

Thanks for your response and the PBI file. This won't work in my scenario due to the drill down of organizational hierarchy in the rows. I have level 2, level 3, level 4, etc to allow leadership to drill through the metrics for each manager. Is there a way to achieve this in columns?

Hi @Soc3,

Please try moving the issue year field from the rows section to the columns section. See the screenshot below for your reference.

vsaisraomsft_0-1753336895449.png

I hope this resolves your issue.

 

Thank you.

Thank you. Because the previous YR and Target % values don't change each month, is there a way to only show those columns once?

Hi @Soc3,

We cannot show these columns only once in the matrix.

 

Thank you.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors