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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello,
I am creating a dashboard that shows a list of items on the left. When an item is selected (filtered to 1) I would like the data to be displayed on the right. I have mulitple fields and by default I would like everything blank until a single item is selected from the table.
Is there a way to have a visual blank " " until a single item is selected?
I tried the following if statement but am getting an error:
View Company = IF(DISTINCTCOUNT (Engagements[Company]) = 1, Engagements [Company], " ")
The text in red is not able to associate with the table/column I need. When I enter text into that spot the formula works. It reads the table/column correct in the distinct count section but not the if value is true display company section.
Any help would be greatly appreciated.
Solved! Go to Solution.
Hi @MAJackson ,
We can try to create a measure to meet your requirement:
Measure = IF(HASONEVALUE(Engagements[Company]),VALUES(Engagements[Company]),BLANK())
Best regards,
Hi @MAJackson ,
How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?
Best regards,
Hi @MAJackson ,
We can try to create a measure to meet your requirement:
Measure = IF(HASONEVALUE(Engagements[Company]),VALUES(Engagements[Company]),BLANK())
Best regards,
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 53 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 123 | |
| 108 | |
| 44 | |
| 32 | |
| 26 |