Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi everyone,
I'm trying to create a dynamic filter value based on slicer selection.
In table 'Bonus Selection', I only have 1 column with "Yes" and "No" as value. I created a single selection slicer with that column.
Then, in another table, I wanted to create a measure based on the selection on the previous table. I have tried:
Can you share a picture of the diagram of your model?
Hi,
Give more details what you are trying to do.
Why are you creating this measure? Isn't pososible to create a column in the 'Bonus Selection' with this values?
If this helps, I apreciate you give a kudo and mark as the solution. Thanks
I want to get that measure so that I can do a filter based on the viewer's choice. When the users choose "No", I want to filter out one particular cost element ID, which is the value returned in the formula earlier. I can place a filter on the whole page, lock and hide it so that no one can see.
With that said, creating the same measure in the Bonus selection table might help too. However it's a blank value even when I create that measure in the Bonus Selection table.
I tried using calculated column as well but that didn't work either
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 21 | |
| 18 | |
| 11 |
| User | Count |
|---|---|
| 56 | |
| 54 | |
| 43 | |
| 36 | |
| 34 |