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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
parulagarwal
Frequent Visitor

Dynamic Commentary in PowerBI

Hi,

 

I have a Power BI dashboard with multiple filters - Region, Priority, Portfolio etc.

I've added a title to the page which changes according to Region selected.

example:

default is - x% projects delivered in 2017

If a region is selected: x% projects in <region> delivered in 2017.

 

The above works fine when no selections are made in other filters.

 

What I want is to modify my title to included selections in other filters as well:

For example:

x% <priority> projects in <region> delivered in 2017.

 

The measure I'm using for the title is as follows:

 

Main_Title1 = IF(HASONEVALUE(DATA[Region]),  " projects in " & VALUES(DATA[Region]) & " delivered on time"," projects in ITPS delivered On time")

 

Any help would be really appreciated.

 

Thank You,

Parul.

2 ACCEPTED SOLUTIONS
san_jois
Resolver I
Resolver I

Hi,

I understand that this is basically to keep track of all the selections in the PBI window for easier understanding by somewone who is the end consumer of your report.

 

To solve it, I add a rectangular box with title 'Selection guide'. WIthin this, I include table with title eg. Region, Subregion, Product. Now, to keep them all just as visual guides, I remove thier interactions with other graphics on the tile.

 

Hope this helps

 

View solution in original post

Selection guide.jpg

Pls refer to the snapshot aboove. It is a set of multiple tables for key attributes one has to keep track of during analysis and presentations. It does consume some space of the window, but some Clients are really choosy about it.

View solution in original post

3 REPLIES 3
san_jois
Resolver I
Resolver I

Hi,

I understand that this is basically to keep track of all the selections in the PBI window for easier understanding by somewone who is the end consumer of your report.

 

To solve it, I add a rectangular box with title 'Selection guide'. WIthin this, I include table with title eg. Region, Subregion, Product. Now, to keep them all just as visual guides, I remove thier interactions with other graphics on the tile.

 

Hope this helps

 

Selection guide.jpg

Pls refer to the snapshot aboove. It is a set of multiple tables for key attributes one has to keep track of during analysis and presentations. It does consume some space of the window, but some Clients are really choosy about it.

Thank You 🙂

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors