The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello!!
I have a table of users an access to an app like this:
Access | User | Date |
True | A | 01/06/2022 |
True | A | 01/06/2022 |
True | B | 01/06/2022 |
True | A | 02/06/2022 |
True | B | 02/06/2022 |
True | A | 03/06/2022 |
True | C | 03/06/2022 |
True | C | 03/06/2022 |
True | D | 03/06/2022 |
I would like to count how many users has accesed the app X times, the result here should be:
Num of users accesing X times | X |
1 | 1 |
2 | 2 |
0 | 3 |
1 | 4 |
Desirably dinamically with DAX, since I want the results to change depending on slicers.
Solved! Go to Solution.
@Anonymous , I think you need the dynamic segmentation , the one I discussed here
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
@Anonymous , I think you need the dynamic segmentation , the one I discussed here
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
That worked! You saved my life so you have gained a subscriptor, thanks!
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
28 | |
17 | |
11 | |
7 | |
5 |