Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello All
Is it possible to get "filter context" value? For example, when I click on a slice with the value "USA" of a Pie Chart, the visuals will be filtered according to "Active". Here our Filter Context Value is "USA".
Is there any tool, power, DAX expression etc.. which shows the current Filter Context value?
Great thx in advance !
Solved! Go to Solution.
Hi,
you can use something like this
SelectedValue = SELECTEDVALUE('Table'[Column1], "More then one Product selected")
or
AllSelected = CONCATENATEX(ALLSELECTED('Table'[Column1]), 'Table'[Column1], ", ")
If this post is useful to help you to solve your issue consider giving the post a thumbs up
and accepting it as a solution !
Hi,
you can use something like this
SelectedValue = SELECTEDVALUE('Table'[Column1], "More then one Product selected")
or
AllSelected = CONCATENATEX(ALLSELECTED('Table'[Column1]), 'Table'[Column1], ", ")
If this post is useful to help you to solve your issue consider giving the post a thumbs up
and accepting it as a solution !
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |