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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
jlaroo33
Frequent Visitor

Dynamic Header that works when using "go to the next level of the hierarchy"

I'm trying to create a dynamic title that makes sense for our manager hierarchy when using "go to the next level of the hierarchy". I have a manager hierarchy set up like this, that goes down to L11. 

 

Hierarchy.png

 

 

 

 

 

 

 

I'd like the titles to reflect the leader one level above the level being viewed on the visual, starting with a generic level like "All Company". So it would look like this:

 

View of all company

L0 View.png

 

 

 

 

 

 

 

 

 

Drilled one level down, now seeing "CEO's Direct Reports"

L1 View.png

 

 

 

 

 

 

 

 

 

Drilled into COO(1), now seeing "COO(1)'s Direct Reports"

L2 View.png

 

 

 

 

 

 

 

 

Is this possible? Or is there another way I can clearly show my users where they are in the hierarchy? Our structure can be very confusing...

 

Thank you!

1 ACCEPTED SOLUTION

Hi @jlaroo33 ,

 

According to my knowledge, your requirement may not be realized currently.

If you want this in  Power BI, let the power bi community to know this things and give your votes at Fabric Ideas, you may vote the idea and comment  to improve this feature. It is a place for customers provide feedback about Microsoft Fabric products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

 

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
jlaroo33
Frequent Visitor

@v-jianboli-msft thank you for the response! Your suggestion works when doing a single drill down. I'm hoping for a solution that works when using either the double arrows or expand arrows. Any thoughts on if that's possible? I'm starting to think it's not, because expanding doesn't filter anything...

Hi @jlaroo33 ,

 

According to my knowledge, your requirement may not be realized currently.

If you want this in  Power BI, let the power bi community to know this things and give your votes at Fabric Ideas, you may vote the idea and comment  to improve this feature. It is a place for customers provide feedback about Microsoft Fabric products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

 

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

v-jianboli-msft
Community Support
Community Support

Hi @jlaroo33 ,

 

Please try:

DynamicTitle = 
SWITCH(TRUE(),
ISFILTERED('Table'[L0])&&ISFILTERED('Table'[L1])&&ISFILTERED('Table'[L2]),CONCATENATEX(DISTINCT('Table'[L2]),[L2],","),
ISFILTERED('Table'[L0])&&ISFILTERED('Table'[L1]),CONCATENATEX(DISTINCT('Table'[L1]),[L1],","),
ISFILTERED('Table'[L0]),CONCATENATEX(DISTINCT('Table'[L0]),[L0],","),
"All Company") & " Direct Report"

vjianbolimsft_0-1688694780821.png

Final output:

vjianbolimsft_1-1688694886930.png

vjianbolimsft_2-1688694899103.png

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.