Forum Discussion
SSAS live connection: 2 step filter
Thanks for the response, really appreciate it. However won't those formulas just give me a count by engagement type? What i need to answer is:
Of the 5 people who registered for a webinar, what other actions did those 5 people do? How else did they engage with us?
Does that make sense?
the measure always gives different values dependng on filter context coming from visuals, report/page/visual filters etc. and how visual is structured
for your example you can use [NrOfEngagements] together with Customer Name in the visual and only use [NrOfRegistrations]<>0 in the filter of that visual
I'd suggest just trying these measures in different layouts, once you have more clear idea how you want to present the data and what to calculate we can adjust the measures
e.g. you can create measure using CONCATENATEX that would return a string of all actions for the users that have nrofregistrations>0, which is possible but is quite unusal way of presenting data
right now I'm not clear what you want to present and in which format