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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Customize header in matrix

I need to create a custom header in powerBI.

When the user selects for example Sniority banking M+3, it will show M(1), M+1, M+2, M+3 which are <= choice of the user:

1.png

 

Capture.PNG

 

I put a pbix file here https://drive.google.com/file/d/1DjzyP3qGLxCd93X_G77EeVWhe2nEqVVK/view?usp=drivesdk

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

I just updated your report file with the below steps, you can get it from this link.

1. Create a new calculated table with ID field

 

Table = VALUES('Seniority banking'[id])

 

2. Create a measure and create a slicer with the field ID from new table

 

Measure 3 = IF(MAX('Seniority banking'[id])<=SELECTEDVALUE('Table'[id]),1,0)

 

3. Apply the filter with Measure 3=1

dynamic column.JPG

Best Regards

Rena

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

I just updated your report file with the below steps, you can get it from this link.

1. Create a new calculated table with ID field

 

Table = VALUES('Seniority banking'[id])

 

2. Create a measure and create a slicer with the field ID from new table

 

Measure 3 = IF(MAX('Seniority banking'[id])<=SELECTEDVALUE('Table'[id]),1,0)

 

3. Apply the filter with Measure 3=1

dynamic column.JPG

Best Regards

Rena

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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