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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |