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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
lordluis2000
New Member

Cannot Create Measure : Cannot find table

screen.jpg

 

Hi, 

 

On th eimage I tryed to create a measure but the DAX does not find any table in the list. So any time I try to make a reference does not work.

I did try to rename the table, create another table related with the original. But anything work 😞 

I am using a SQL Server with Direct Query and those tables are created using Merge function.

 

Any Clue ?

 

LM

1 ACCEPTED SOLUTION
dobregon
Impactful Individual
Impactful Individual

I'm not 100%sure but if you create a measure with an IF, the conditions in the if should be measures, for that reason you only see one measure that it is your measure claled "recuento.. etc"

In your case, you can create the column with that conditions and then do a measure about the sum or something.

Or you can create the a sumx with some conditions if you one to count something



Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

View solution in original post

3 REPLIES 3
dobregon
Impactful Individual
Impactful Individual

I'm not 100%sure but if you create a measure with an IF, the conditions in the if should be measures, for that reason you only see one measure that it is your measure claled "recuento.. etc"

In your case, you can create the column with that conditions and then do a measure about the sum or something.

Or you can create the a sumx with some conditions if you one to count something



Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

Very Interesting

 

Well, I very new on this of PowerBI and I dod not know about this limitation. I will do it as you say.

 

Thanks 

 

LM 

other example, assuming that you are count the values that match with other column with 1. you can do something like this

MEASURE = CALCULATE (COUNT(table[column to count]), FILTER(TABLE, TABLE[yourcolumnfilter]=1))



Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

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.