Forum Discussion
mahitham
7 years agoHelper I
Measure syntax help
Hi, Can any one please help me to write the expression like Sum(visits) where Media Type = "PAID MEDIA" In Media Type i have PAID MEDIA and SOCIAL MEDIA. In the above expression i have to...
- 7 years ago
Try like this for your filter
FILTER (
ALL ( 'Digital Marketing'[Media Type] ),
'Digital Marketing'[Media Type] = "PAID MEDIA"
)