Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
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 |
|---|---|
| 45 | |
| 34 | |
| 27 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |