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.
Hi all,
I am very new to PowerID and have been researching and testing several solutions in the board without success.
In the below dataset, I would like to create a table showing how many users (user name) have 1 wireless number, 2 wireless numbers, 3 wireless numbers etc. for 3/31/2022. (My actual dataset would go up to 4 wireless numbers for some users, but my extract below would show only up to 2 wireless numbers for some users.) Please help, thank you!!
Dataset
Wireless Number | User Name | Market Cycle End Date |
202000096 | EID1 | 3/31/22 |
202000084 | EID10 | 3/31/22 |
202000036 | EID100 | 3/31/22 |
202000024 | EID101 | 3/31/22 |
202000100 | EID101 | 3/31/22 |
202000060 | EID102 | 3/31/22 |
202000027 | EID11 | 3/31/22 |
202000068 | EID13 | 3/31/22 |
202000130 | EID13 | 3/31/22 |
202000096 | EID1 | 2/28/22 |
202000084 | EID10 | 2/28/22 |
202000036 | EID100 | 2/28/22 |
202000024 | EID101 | 2/28/22 |
202000100 | EID101 | 2/28/22 |
202000060 | EID102 | 2/28/22 |
202000027 | EID11 | 2/28/22 |
202000068 | EID13 | 2/28/22 |
202000130 | EID13 | 2/28/22 |
What I would like to see
Number of User Names with Multiple Wireless Numbers | Number of Wireless Numbers |
2 | 2 |
5 | 1 |
Solved! Go to Solution.
Simple enough. First create a dynamic table based on the max number of wireless access a customer can use,
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
Simple enough. First create a dynamic table based on the max number of wireless access a customer can use,
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
Thank you so much!! It works!!
Hi LucieM200
Please click here to download a solution
Please click here to download a example
You may have to tinker with it depending on what you want to do with dates.
This is how it works ...
I have helped you, now please help me by giving kudos.
Click the thumbs up and accept as solution button.
One question per ticket please. If you need to extend your request then please raise a new ticket.
You will get a quicker response and each solver will get the kudos they deserve. Thank you ! 😎
User | Count |
---|---|
71 | |
63 | |
62 | |
50 | |
28 |
User | Count |
---|---|
117 | |
75 | |
62 | |
54 | |
43 |