Forum Discussion
Preetish_1
8 years agoHelper I
Events in Progress
Hello everyone, I am trying to solve a 'Events in Progress' problem. I am trying to derive the count of all tickets that are open in a certain month. The conditions are as follows. - For a parti...
Anonymous
8 years agoNot applicable
If you remove the relationship between your Tickets table and the DateKey table you will get the right result.
(If you need the relationship for some other calculation in your model you should be able to add the crossfilter function and specifiy direction = none inside your Calculate function.)
Br,
Magnus
- Preetish_18 years agoHelper I
Thank you very much for your reply Magnus.
I deleted the relationship, and I now have accurate results.
Thanks again,Preetish