Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
How to list down columns and measures which are used somewhere in any visual or filter in power BI report?
Solved! Go to Solution.
Consider this:
How to find and delete unused Measures in Power BI (youtube.com)
How To Automatically Delete Unused Columns And Measures In Power BI (youtube.com)
Solved: Find the unused Measure/Data - Microsoft Fabric Community
If this post helps, please consider Accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudo 👍
Every visualization in Power BI has a Visual Level Filters section that by default includes all the columns and measures included in the visualization.
Applying a measure filter in Power BI - SQLBI
Add a filter to a report in Power BI - Power BI | Microsoft Learn
Here I have provided a simple example:
Filtering values greater than fifty.
Here's some dummy data
"Table"
Create a mesure.
Measure = IF(SELECTEDVALUE('Table'[Values]) > 50 , 1, 0)
Here is the result.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Consider this:
How to find and delete unused Measures in Power BI (youtube.com)
How To Automatically Delete Unused Columns And Measures In Power BI (youtube.com)
Solved: Find the unused Measure/Data - Microsoft Fabric Community
If this post helps, please consider Accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudo 👍
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
75 | |
60 | |
37 | |
33 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |