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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Count if Dax

Hi There,

 

I am facing an issue in replicating Countif of Excel in DAX,

I have two tables. In my Sheet 1 table, the SF Req ID column contains no of position. If a position has recevied more than 1 cv recevied then their SF ID would appear more than once in this column.

In my Referral Tracker table, the Taleo ID column lists all SF ID in the system. 

 

What I want to do is set up a new column in the Referral Tracker table that counts the number of times a SF ID appears in the Sheet 1 table if it matches the Taleo ID of Referral Tracker.

 

If I were to do this in Excel, I would create a column on my refrral tracker table and each cell would have the formula: =COUNTIF('Sheet 1'!B$1:B$10,D9)

 

I tried to create a Dax forumla however i am getting below error :

 

ashishkr14_1-1647234973227.png

 

 

I need to figure out why i am not getting my comparing table name in my DAX.

Request you to please help or let me know any other alternative solution for this.

 

Regards,

Ashish

1 ACCEPTED SOLUTION

@Anonymous , if you are creating a measure and if you try to compare column from two tables infilter , it needs to be like

 

Filter(Sheet1,Sheet1[SF Req Id]=Max('Referral Tracker'[Taleo Req ID]) )

 

if you want work on a column

 

refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @amitchandak ,

 

Thank you for your quick response. It solved my issue.

 

Regards,

Ashish

Anonymous
Not applicable

Please Wrap the taleo word with (") ex:- "taleo"

Anonymous
Not applicable

Hi @Anonymous 

 

"Taleo" is the column name which is appearing in "referral table" however i want to  writing my DAX like Sheet1(SF Req Id)=Referral Tracker(Taleo Req ID) but Its not picking my Referral table.

@Anonymous , if you are creating a measure and if you try to compare column from two tables infilter , it needs to be like

 

Filter(Sheet1,Sheet1[SF Req Id]=Max('Referral Tracker'[Taleo Req ID]) )

 

if you want work on a column

 

refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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