Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all, been working on this for a while and I just can't crack it.
I have a table with User ID, Date of Visit and Location along with other attributes (age, gender, etc.). The data model includes a working date table.
I'm looking to create a visual that will list for each Location, how many users have had more than 5 visits in the previous 12 months, potentially with a drill down to list the users under each location.
I won't list the things I've tried to avoid clogging up the post but any help would be really appreciated. Here's a link to a sample dataset: https://docs.google.com/spreadsheets/d/1-zZ8BWVyxwdkZSepFNLlWL31AUee_heZ/edit?usp=sharing&ouid=11465...
Solved! Go to Solution.
Hi @James314 ,
Please try like:
MEASURE =
COUNTROWS (
FILTER (
SUMMARIZE (
'Table',
'Table'[Location],
'Table'[User ID],
"@count", COUNT ( 'Table'[User ID] )
),
[@count] > 5
)
)
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
Hi @James314 ,
Please try like:
MEASURE =
COUNTROWS (
FILTER (
SUMMARIZE (
'Table',
'Table'[Location],
'Table'[User ID],
"@count", COUNT ( 'Table'[User ID] )
),
[@count] > 5
)
)
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
HEllO @James314 ,
Please share sample data in a usable format (not screenshots) that fully addresses your issue or question.
Avoid including sensitive info or unrelated content. Need help uploading data? Visit https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Show what you expect based on the provided data.
For faster answers, see https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
Proud to be a Super User! | |
Thanks, I've added a link to Google Drive.
User | Count |
---|---|
84 | |
78 | |
70 | |
47 | |
41 |
User | Count |
---|---|
108 | |
53 | |
50 | |
40 | |
40 |