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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Josemar_23
Regular Visitor

Field Parameter: Persist hierarchy level off. This doesn't work with a grouped info column.

Starting with the January 2026 version of Power BI, we can turn off the "Persist hierarchy level" feature.

 

Only work with the default parameter column.

 

This works when we use the default parameter column information, but not if we use grouped information from the field parameter. For example, I created group1 and group2.

 

Field parameterField parameter  Data tableData table

 

 

 

 

 

 

 

 

 

It works with the default field column. See the first image below.

It works with the default field column.It works with the default field column.

 

Using the value4 column from the Field Parameter doesn't work!

It doesn't work if I select group2 first, followed by group1.

The table needs to show region (North or South) as the first level and country as the second level.

It doesn t workIt doesn t work

Do you have any ideas about how to work with the value4 column?

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @Josemar_23  , 

I believe you are mixing up two different things.

 

The only columns that will change dynamically the values on the visualizations is the column Parameter Fields, because this column is where the engine recognizes that you want to use a specific field or measure that is because of the NAMEOF syntax. Other columns that you add to your parameter table, in this case value4, are only categorization of the fields this allows you to have different aggregations of your data and filtering of the columns they will not allow you to have the selected columns in the visual.

 

The second concept is the "Persist Hierarchy Level" that allows you to keep your data expanded when you change field parameters on your visualization using the slicers having this option on will keep the matrix close or open.

 

In this case if you want to have a change between column so having region/country or country/region you would need to extend your field parameter like this:

 

Parameter = { ("Column1", NAMEOF('Table'[Column1]), 0,"group1"), ("Column2", NAMEOF('Table'[Column2]), 1,"group1"), ("Column1", NAMEOF('Table'[Column1]), 3,"group2"), ("Column2", NAMEOF('Table'[Column2]), 2,"group2") }

 

Now using slicer for group you can have it change the hierarcy.

 
 
 

Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





View solution in original post

1 REPLY 1
MFelix
Super User
Super User

Hi @Josemar_23  , 

I believe you are mixing up two different things.

 

The only columns that will change dynamically the values on the visualizations is the column Parameter Fields, because this column is where the engine recognizes that you want to use a specific field or measure that is because of the NAMEOF syntax. Other columns that you add to your parameter table, in this case value4, are only categorization of the fields this allows you to have different aggregations of your data and filtering of the columns they will not allow you to have the selected columns in the visual.

 

The second concept is the "Persist Hierarchy Level" that allows you to keep your data expanded when you change field parameters on your visualization using the slicers having this option on will keep the matrix close or open.

 

In this case if you want to have a change between column so having region/country or country/region you would need to extend your field parameter like this:

 

Parameter = { ("Column1", NAMEOF('Table'[Column1]), 0,"group1"), ("Column2", NAMEOF('Table'[Column2]), 1,"group1"), ("Column1", NAMEOF('Table'[Column1]), 3,"group2"), ("Column2", NAMEOF('Table'[Column2]), 2,"group2") }

 

Now using slicer for group you can have it change the hierarcy.

 
 
 

Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.