Forum Discussion
bvanevr
Advocate II
8 years agoDAX count with count filter
I am needing help with a complex formula needed for error checking. This all needs to be done in DAX (not in the Query editor) as there are dynamic filters in the report that need to impact these co...
Zubair_Muhammad
Community Champion
8 years agobvanevr
Advocate II
8 years agoThanks Zubair,
I was able to replicate your solution.
Would you be able to help with 2 phase of my question? I need to be able to provide users with an item to click that would act as a filter to only display those records >1 independent of the dynamic filter for Status. Idealy a table with one value "Click to Filter Mult IDs".
In the past I used a 2nd table to map values, but since we are generating the count on the fly so the count is not a column in the ingested table, I cant create a relationship on the count.