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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Need help with google analytics data

Hi everyone, 

I am creating a dahsboard with Google Analytics data. 
I have several metrics, 2 of them are Users and Screened-out (people who have been screened out from the site). 

I am trying to create graphs where I can see data of users who haven't been screened out.

I tried to use a filter "screened out=0" but it gave me wrong data. 

Any tricks?
Thanks!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hello @raphaelle95 ,

Not very clearly...... You seem to set a flag (1 and 0) for the screen user, don't you?

filterrd =
IF ( MAX ( 'FilterTable'[Screened-out ] ) = "Yes", 1, 0 )

9.21.1.1.PNG

Have I answered your question? Please mark my answer as a solution. Thanks a lot.

If not, load some insensitive data samples and expected output.

Best regards

Eyelyn Qin

View solution in original post

2 REPLIES 2
VijayP
Super User
Super User

@Anonymous 

Calculate(Total Count, filter(all(Tablename),status = "Screened Out")




Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

Proud to be a Super User!


Anonymous
Not applicable

Hello @raphaelle95 ,

Not very clearly...... You seem to set a flag (1 and 0) for the screen user, don't you?

filterrd =
IF ( MAX ( 'FilterTable'[Screened-out ] ) = "Yes", 1, 0 )

9.21.1.1.PNG

Have I answered your question? Please mark my answer as a solution. Thanks a lot.

If not, load some insensitive data samples and expected output.

Best regards

Eyelyn Qin

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors