Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Dear users,
I would like to ask your feedback about how to use a measure into a slider in order to filter a table and some graphs.
I have created a measure called "Index Value" that return the values of 5, 3 and 1, the results are being shown on the table by customer and it is working perfectly.
The problem comes when I tried to used this results in a slicer to filter the table, in order to that, I created table called "INDEX INDICATOR" to which I gave them the following values
Index Color | Index Number |
Green | 1 |
Yellow | 3 |
Red | 5 |
Then I created another measure with the following formula
Solved! Go to Solution.
Hi, @PamelaAG
You should know that measure only returns a value, of course it won't have a filter effect.
If you want measure to filter table, you need to put it in filter pane.
I created a sample for reference.
Measure = IF([index value] in VALUES(Table2[index number]),1,0)
Did I answer your question? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
Hi, @PamelaAG
You should know that measure only returns a value, of course it won't have a filter effect.
If you want measure to filter table, you need to put it in filter pane.
I created a sample for reference.
Measure = IF([index value] in VALUES(Table2[index number]),1,0)
Did I answer your question? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
@PamelaAG , You need something like this with help from you base table having measure
Sumx(filter(values(Table[ID]), [measure] = max('INDEX INDICATOR'[Index Number])),[measure])
Check this, in place between you will have =
Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...
Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k
Hi, thank you for your answer!
You mean I need to insert this formula into this other formula?:
@PamelaAG , Based on what I got, I want to reconsider the approach ,
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
11 | |
10 | |
9 | |
8 |