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! Get ahead of the game and start preparing now! Learn more
Se requiere filtar valores de una medida
Solved! Go to Solution.
Hi @Sebaskas
You can filter metrics in Power BI in a number of ways. Here are a few methods you can use:
To use the Filters pane:
Select the visual objects to filter.
In the Visualizations pane, click the Filter icon.
Adds the metric value to the Filter in this visual object section.
Tour the report Filters pane - Power BI | Microsoft Learn
Create a metric filter:
Use DAX to create a new metric that contains the filter logic.
For example, you can use this function to create a metric that contains only the value FILTER that satisfies a specific condition.
FILTER function (DAX) - DAX | Microsoft Learn
Using a slicer:
Creates a new table with a series of values.
Add a slicer to the report based on this new table.
Creates a metric that checks whether the current value is in the selected range and uses this metric to filter visual objects.
Slicers in Power BI - Power BI | Microsoft Learn
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Sebaskas
You can filter metrics in Power BI in a number of ways. Here are a few methods you can use:
To use the Filters pane:
Select the visual objects to filter.
In the Visualizations pane, click the Filter icon.
Adds the metric value to the Filter in this visual object section.
Tour the report Filters pane - Power BI | Microsoft Learn
Create a metric filter:
Use DAX to create a new metric that contains the filter logic.
For example, you can use this function to create a metric that contains only the value FILTER that satisfies a specific condition.
FILTER function (DAX) - DAX | Microsoft Learn
Using a slicer:
Creates a new table with a series of values.
Add a slicer to the report based on this new table.
Creates a metric that checks whether the current value is in the selected range and uses this metric to filter visual objects.
Slicers in Power BI - Power BI | Microsoft Learn
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 14 | |
| 5 | |
| 5 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 10 | |
| 10 | |
| 6 | |
| 6 |