Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
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.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
18 | |
13 | |
11 | |
10 | |
9 |