Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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))
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 55 | |
| 34 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 71 | |
| 38 | |
| 35 | |
| 25 |