Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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 show only PAID MEDIA visits.
I have tried like below but getting error. Please help me on this.
Thanks in advance
Solved! Go to Solution.
Try like this for your filter
FILTER (
ALL ( 'Digital Marketing'[Media Type] ),
'Digital Marketing'[Media Type] = "PAID MEDIA"
)
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
Hello, @mahitham
Correct formula below
Paid Media Visits =
CALCULATE (
[Total Visits],
FILTER ( 'Digital Marketing', 'Digital Marketing'[Media Type] = "PAID MEDIA" )
)
Hello, @mahitham
Correct formula below
Paid Media Visits =
CALCULATE (
[Total Visits],
FILTER ( 'Digital Marketing', 'Digital Marketing'[Media Type] = "PAID MEDIA" )
)
Try like this for your filter
FILTER (
ALL ( 'Digital Marketing'[Media Type] ),
'Digital Marketing'[Media Type] = "PAID MEDIA"
)
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 32 | |
| 18 | |
| 17 | |
| 17 |