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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
phanisri19
Regular Visitor

convert sql query to dax

Hi Experts, 
I have sql query which needs to be converted to dax
select count(id) as total from master
where id in
(select distinct pid from master
where type = 'yes')
and type = 'neutral'.

Thanks,
Phanisri

3 REPLIES 3
BeaBF
Impactful Individual
Impactful Individual

Okay, but can you post an example of a table you run that query on? @phanisri19 

 

B.

BeaBF
Impactful Individual
Impactful Individual

Can you provide any details?

Eg:
- do you need a calculated column, a measure, a table ...?
- table example
- result you expect

 

B.

@BeaBF , I need either as a measure or column for the above query

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors