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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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:
I put a pbix file here https://drive.google.com/file/d/1DjzyP3qGLxCd93X_G77EeVWhe2nEqVVK/view?usp=drivesdk
Solved! Go to Solution.
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
Best Regards
Rena
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
Best Regards
Rena
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 63 | |
| 45 | |
| 41 | |
| 36 | |
| 23 |
| User | Count |
|---|---|
| 189 | |
| 124 | |
| 106 | |
| 78 | |
| 52 |