Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello!
I am working with Paginated Reports aka Power BI Report Builder and I have a challenging scenario.
The scenario is that in the column B I have different values tied to an specific category but the title dont change.
Example:
I have
Column 1 (Type)
Clothes
Transportation
Food
and in the column 2 (Address)
Red
Blue
1
2
3
456 S Drive Miami
115 W Pine Ohio
You will notice that the same column have different description.
How can I do in SQL or Power BI so when the end user select 'Clothing' the header title switch to its category.
It can be hard to understand. Please advise
Hello @BeginnerBI,
One way to achieve this is by using a dynamic header that changes based on the selected category.
1. Create a parameter in the report for the category selection
2. Use an expression to set the column header based on the selected category. You can use the IIF() function to set the header dynamically based on the selected parameter value.
For example, the expression for the header of Column 2 could be:
=IIF(Parameters!Category.Value = "Clothes", "Clothes Address", IIF(Parameters!Category.Value = "Transportation", "Transportation Address", IIF(Parameters!Category.Value = "Food", "Food Address", "")))
You can use similar expressions to dynamically set the headers of other columns in the report.
Hope this helps! Let me know if you have any other questions.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 62 | |
| 31 | |
| 26 | |
| 25 |