I have a dataset, and want to filter one column with measure(count distinct) and then apply the below condition to the filtered,
ifelse(
{Type} = “A” AND
{channel} = “Television”,
“Pricing”,
“Not Filtered”
)
how can I achieve this?
What are you having an issue with?
Can you show me an example your source data and what you want the goal to be?
We have not heard back from you regarding your question. We would still like to help. If we do not hear back in the next 3 days, we will archive the question.