Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello everyone!
I have nother task that I wasn't able to solve by myself and neither by looking around.
Basically I have a table with a column of DATES(dd/mm/yy hh:mm:ss), column of USERS ID and a column of what they've request in int format: REQUESTS (1=CALL, 2=ANSWER, 3=WAIT, 4= ACCEPT, 5=END).
What I need is a code, or a guide on how to show a plot, that allows me to flag(show) all the users that have done only two or three request in a specific order, for example if I decide to show all users that have done sequentially : 1, 2 and 5.
Thanks for your help!
Solved! Go to Solution.
I would approach this one as follows. I made a table called Requests with the 3 columns you described (UserID, Date, and Requests).
1. Make a summary table (DAX Calculated Table) with a DAX expression like this:
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
I would approach this one as follows. I made a table called Requests with the 3 columns you described (UserID, Date, and Requests).
1. Make a summary table (DAX Calculated Table) with a DAX expression like this:
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thank you for helping, it's not clear how i should use the column of the table in point 2. in the visualizations.
After i connect the table with the pattern with the summarize table how i should proceed?
thank you!
Hopefully, the first table gets you what you need. I assumed you wouldn't want to have a slicer with "125", etc. and that there was some text description of each pattern, which is why you'd add a second table. It is not required.
Are you all set? If so, can you mark my post as the solution?
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Ok, If i understand correctly the "Pattern" column will show the sequences of type of requests right?
So for example if i use a filter with the values "125" for the Pattern column it will show me only the users with that order.
If it is so i will immediatly mark the post as solution!
Thank you again!
That's correct. Please try it out to confirm. You can change to DESC if you want the order reversed.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 40 | |
| 21 | |
| 18 |