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! It's time to submit your entry. Live now!
Solved! Go to Solution.
Hi @jtpiazzamn ,
I made an example for your reference.
As you can see, the SELECTEDVALUE function returns blank. Because the SELECTEDVALUE function returns the value when the context for columnName has been filtered down to one distinct value only.
If you select an ID in the slicer, the measure in the card visual returns value.
If the slicer doesn't select it, you put the measure into a visual with context, and the measure returns value.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @jtpiazzamn ,
I made an example for your reference.
As you can see, the SELECTEDVALUE function returns blank. Because the SELECTEDVALUE function returns the value when the context for columnName has been filtered down to one distinct value only.
If you select an ID in the slicer, the measure in the card visual returns value.
If the slicer doesn't select it, you put the measure into a visual with context, and the measure returns value.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @jtpiazzamn,
Your variable "DimValue1" is using a tricky function - SELECTEDVALUE(). In case multiple values are provided, its result is Blank() (you can learn more about it here - SELECTEDVALUE – DAX Guide).
The first thing I suggest is to test an alternative result and make sure that it's not a case that on a visual, where you use Net Value1, for some row SELECTEDVALUE() of DimValue1 is returning this alternative result.
If not, some more details on 'Suggestion Rating' table, [Suggestion Rating.value] column and the visual where you use Net Value1 might be required.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 50 | |
| 43 | |
| 36 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 129 | |
| 129 | |
| 59 | |
| 48 | |
| 47 |