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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Machercoles
Frequent Visitor

Machercoles

Hola, necesitaria saber como puedo tener un cuadro de texto o algo similar, donde pueda ver los filtros aplicados en el informe.

 

Gracias por adelantado

 

3 ACCEPTED SOLUTIONS
AmiraBedh
Super User
Super User

You can visualize the applied filters in a Power BI report by using visual-level, page-level, or report-level filters in the Filters pane. However, if you want to display the applied filters within a text box or a similar visual within the report, there isn't a direct feature in Power BI to achieve this.

You may need to create something like below : 

 

SelectedValue =
IF (
ISFILTERED('YourTable'[YourColumn]),
CONCATENATEX ( VALUES ( 'YourTable'[YourColumn] ), 'YourTable'[YourColumn], ", " ),
"No filter applied"
)

and display the result in a card.

 


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

View solution in original post

Anonymous
Not applicable

Hi @Machercoles ,

 

Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please feel free to let me know.

 

Best Regards,

Neeko Tang

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

El problema se resolvio. Pero lo que pasa es que tengo aplicados como 4 o 5 filtros.

Deberia anidarlos?

Se puede?

Gracias por adelantado

Disculpa la demora

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Machercoles ,

 

Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please feel free to let me know.

 

Best Regards,

Neeko Tang

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

AmiraBedh
Super User
Super User

You can visualize the applied filters in a Power BI report by using visual-level, page-level, or report-level filters in the Filters pane. However, if you want to display the applied filters within a text box or a similar visual within the report, there isn't a direct feature in Power BI to achieve this.

You may need to create something like below : 

 

SelectedValue =
IF (
ISFILTERED('YourTable'[YourColumn]),
CONCATENATEX ( VALUES ( 'YourTable'[YourColumn] ), 'YourTable'[YourColumn], ", " ),
"No filter applied"
)

and display the result in a card.

 


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696

El problema se resolvio. Pero lo que pasa es que tengo aplicados como 4 o 5 filtros.

Deberia anidarlos?

Se puede?

Gracias por adelantado

Disculpa la demora

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

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