Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Is it possible to have an "options" button on the page (eg to say "Platform", "Business" or "Product")?
Use case:
Users choose a single option and this appears in the "Selection" column in a particular table/table query for each row
Example: users choose eg "Platform"
Then "Platform" appears for each row in the column called "Selection"
Solved! Go to Solution.
Hi @Anonymous ,
Create a silcer and use SELECTEDVALUE() function might help you.
Check following steps as below.
1# Create a table with column "options" include values "Platform", "Business" and "Product".
2# Use "options" column as slicer.
3# Create a measure as below
selection = SELECTEDVALUE('table'[options])4# Add the measure to the visul you need.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Create a silcer and use SELECTEDVALUE() function might help you.
Check following steps as below.
1# Create a table with column "options" include values "Platform", "Business" and "Product".
2# Use "options" column as slicer.
3# Create a measure as below
selection = SELECTEDVALUE('table'[options])4# Add the measure to the visul you need.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi thank you for your help on this. I think I may not have been clear enough in my question.
Is it possible to populate a column in a table in the model (not viz) based on slicer selection?
Many thanks
Hi @Anonymous ,
Based on my test, it will come out an error because the column can not recognize the selected value on a visual.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |