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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

DAX query for SQL IN statement

Hi Everyone,

 

I have a SQL Query which I need to build in DAX:

 

Select Sum (XXX) from table

where (some other conditions) and

Table.col IN ( 
                                Select ABC from Table2 where Col1 = "AAA")

 

Can somebody help

1 REPLY 1
Mahesh0016
Super User
Super User

Measure = calculate(sum(xxx),filter(table[name],(some other conditions) and CONTAINSROW ( { "Red", "Blue", "Yellow" }, Table[col] )))

@Anonymous i hope this post helps.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.