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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi everyone!
as i get started with Power BI i get more complex tasks to do, and now i want to do is to print in column of a table graphic if there is a certain value prints yes or else prints no.
for example, let's say that in a column i have numbers from 1 to 10 and i ask, there is number 7? YES, if there is not, NO as simple as that, thanks in advance
Solved! Go to Solution.
Like this?
Is 7? = IF('Table (2)'[Value] = 7, "Yes", "No")