We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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!
Solved! Go to Solution.
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 )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
@Anonymous
Calculate(Total Count, filter(all(Tablename),status = "Screened Out")
Proud to be a Super User!
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 )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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 41 | |
| 34 | |
| 24 |