Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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
Solved! Go to Solution.
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
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
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))
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 27 | |
| 24 | |
| 18 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 42 | |
| 41 | |
| 39 | |
| 37 |