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.
I have a table as show below
I want to retrieve all number from the Answer column and the expected result as shown below
The Result column can help me to sum number of Attendee.
How can I acheive this either in power query or DAX
Any help will be appreciated.
Solved! Go to Solution.
Hi
Create a new new column and use the following Dax Query
Hi
Create a new new column and use the following Dax Query
User | Count |
---|---|
65 | |
60 | |
55 | |
54 | |
32 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
45 |