Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. 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 |
---|---|
70 | |
70 | |
34 | |
23 | |
22 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |