The problem that I am facing is the count is shown incorrectly when I use the expression count(distinct {<vflag_non_null_Resolve_dates_monthly={'1'}>}[Problem Number]) . The count is shown double. But when i click on the on a date in Referencedateweek it shows correct details. I am able to understand why this is happening?
My dimension is ReferencedateMonth and my expression is count(distinct {<vflag_non_null_Resolve_dates_monthly={'1'}>}[Problem Number]) +count(distinct{<vflag_null_Resolve_dates_monthly={'1'}>}[Problem Number] )
I am using a combination of Set analysis and flags as there is performance issue while loading the graphs. User experiences around 5-10 seconds delay whenever the selection is changed
if i dont use flags and use the above directly in the expression tab it is working fine.