Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 22 | |
| 10 | |
| 10 | |
| 7 | |
| 5 |