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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
pupadhya
Helper I
Helper I

How to show text box in the bottom of the page which shows what filters are used on the PB page?

Hello All,

 

I have a set of different visuals on the same page (bar chart, line chart and others), I want to show user what filters are used on all these in a text box, so that it is easy for user to understand.

 

I want show like this : 

b2a44ab1-5b46-4df8-b059-faa124785519.png

1 ACCEPTED SOLUTION
Subash_Govind
Frequent Visitor

Hi,
 
By using below content, create a new measure and drag it in KPI Card

"Segment is "
& SELECTEDVALUE(Orders[Segment]) & " || Ship mode is " & SELECTEDVALUE(Orders[Ship Mode]) & " || Sub-category is " & SELECTEDVALUE(Orders[Sub-Category])

hope the solution is provided as required...

View solution in original post

1 REPLY 1
Subash_Govind
Frequent Visitor

Hi,
 
By using below content, create a new measure and drag it in KPI Card

"Segment is "
& SELECTEDVALUE(Orders[Segment]) & " || Ship mode is " & SELECTEDVALUE(Orders[Ship Mode]) & " || Sub-category is " & SELECTEDVALUE(Orders[Sub-Category])

hope the solution is provided as required...

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.