Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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
Solved! Go to Solution.
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.
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.
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
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.
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.
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
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 150 | |
| 106 | |
| 64 | |
| 36 | |
| 36 |