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
Hi All,
what I need is
if no region is selected in the region slicer then the measure need to show US region value for selected player
i.e for player A
if region is not selected then measure should show 100 (US region) if not then it should show max of selected regions
I can give if condition with selectedvalue() but it will not work when 2 items are selected
how can I overcome this?
| player | region | value |
| a | india | 300 |
| a | uk | 200 |
| a | us | 100 |
| b | india | 400 |
| b | uk | 190 |
| b | us | 150 |
| c | india | 900 |
| c | uk | 170 |
| c | us | 250 |
Solved! Go to Solution.
@newbie9 , Use this measure that will give result on the basis of whether region is selected or not.
yes that's it
when no region is selected for A then 100
if all regions are selected then 300
if us & uk is selected then 200
if uk & India is selected then 300
if uk alone then 200
if us alone then 100
no region is selected it should give show value of US region if not MAX of selected regions
@newbie9 , Use this measure that will give result on the basis of whether region is selected or not.
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 |
|---|---|
| 84 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |