Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
I Have a Two Dimension
Date and TAB
and Expression :
Count(distinct{<Category= {'home'},Action={'scrol'}>} ID)
/
Count(distinct total <Date> {< Category= {'page'},Action={'open'},
Url={'estate_*','buy'}>} ID)
But i am not getting an 100% Bar chart .. Kinldy Help me for the same
Your set analysis filter for the numerator is different from the denominator.
This might explain that the TOTAL<Date> Count does not match the sum of the single numerators.
Also, using DISTINCT qualifier might lead to the sum of single numerators be higher than the denominator, if the TAB dimension values share IDs.
In short, it's hard to tell what is going on or to give any advice without knowing your data model and data.
I had the same problem as you and I just removed the distinct formula and it worked.
In my case there was no issue removing it because the set analysis made the values unique.