Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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))
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 63 | |
| 55 | |
| 41 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 97 | |
| 80 | |
| 35 | |
| 29 | |
| 25 |