Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
mahitham
Helper I
Helper 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 show only PAID MEDIA visits.

 

I have tried like below but getting error. Please help me on this.

Set analysis-Media Type.png

Thanks in advance

 

 

2 ACCEPTED SOLUTIONS
LivioLanzo
Solution Sage
Solution Sage

@mahitham

 

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!  

View solution in original post

popov
Resolver III
Resolver III

Hello, @mahitham

Correct formula below

Paid Media Visits =
CALCULATE (
    [Total Visits],
    FILTER ( 'Digital Marketing', 'Digital Marketing'[Media Type] = "PAID MEDIA" )
)

View solution in original post

2 REPLIES 2
popov
Resolver III
Resolver III

Hello, @mahitham

Correct formula below

Paid Media Visits =
CALCULATE (
    [Total Visits],
    FILTER ( 'Digital Marketing', 'Digital Marketing'[Media Type] = "PAID MEDIA" )
)

LivioLanzo
Solution Sage
Solution Sage

@mahitham

 

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!  

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.