Forum Discussion
Anonymous
7 years agoNot applicable
Filter without a Circular Reference
I have three tables, jobs, customers and incidents. Jobs is the primary source of info and represents a single instance of 'work' that someone needs to do. A job can impact multiple customers and is ...
Anonymous
7 years agoNot applicable
So I tried your suggestion below (Incidents flag version), and it returns an error saying that 'CONTAINSROW' is not allowed as part of calculated column DAX expressions on DirectQuery models. I'm not actually using containsrow, I'm using the formula exactly like you have it for the incidents flag. Any ideas?
Anonymous
7 years agoNot applicable
Hi Anonymous,
Sorry, I forgot to told your direct query has limitations to use dax functions in calculated column.
I haven't found some effective suggestion to deal with this, maybe you need to manually add measure to different level of filters to enable filter effect on your report.
Regards,
Xiaoxin Sheng