Forum Discussion
DAX
I need to create a measure for Click Events by Agent Search.The logic is
All Click Events from the Sercher = Main Portal (Sum of Contextual, Manual or Refined search events with Action = click, Action Ref = LonglinkClick, Result View = True()
The measure I have written for the logic is:
It just gives me blank values. Kindly help me with above measure with the logic posted above. Thanks!
2 Replies
- ryan_mayuSuper User
Anonymous
could you pls provide the sample data and expected output?
- v-yanjiang-msftCommunity Support
Hi Anonymous ,
According to your description, make sure the data type of the [Result view] column is True/false.
Make sure there is a value when the conditions are met:
'Search Log specimen'[Action]="click"&&'Search Log specimen'[Action reference]="logLinkClick"&&'Search Log specimen'[Result view]=TRUE() &&'Search Log specimen'[Searcher]="Main Portal Searcher"Best Regards,
Community Support Team _ kalyjIf this post helps, then please considerAccept it as the solutionto help the other members find it more quickly.