Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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 September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
20 | |
18 | |
17 | |
16 |
User | Count |
---|---|
34 | |
21 | |
19 | |
18 | |
11 |