Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hey Guys,
I need some urgent help here.So i have the data as in mentioned format below :
| Questions | Category |
| Question 1 | A |
| Question 2 | B |
| Question 3 | C |
| Question 4 | A |
| Question 5 | B |
| Question 6 | C |
So i have different questions which are categorized.I have already created measures for different questions and categories and i am using below code to show it in a table
Switch_CXI_Questions = SWITCH(MAX(Table1[Category]),"Question1",[Average question1],
"Question2",[Average question2],.....,"Question6",[Average Question 6])
Hi @Anonymous
is there a question here?
Cheers,
Sturla
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |