Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

If there is X value in a column print yes, else print no

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

1 ACCEPTED SOLUTION
jsaunders_zero9
Responsive Resident
Responsive Resident

Like this?

Is 7? = IF('Table (2)'[Value] = 7, "Yes", "No")

jsaunders_zero9_0-1651531987991.png

 

View solution in original post

1 REPLY 1
jsaunders_zero9
Responsive Resident
Responsive Resident

Like this?

Is 7? = IF('Table (2)'[Value] = 7, "Yes", "No")

jsaunders_zero9_0-1651531987991.png

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors