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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
I have a student record dataset. I need to find out how many students are enrolled in each course, and what are their student levels (UG or GR). When I am dragging the "Student level" from the field pan, for one particular course, I am getting two rows - one for UG , another for GR. I need to show the student level in the same row.
How can I do this?
Solved! Go to Solution.
hi @Anonymous
try to replace the student_level field with a measure like:
LevelMeausre =
CONCATENATEX(
VALUES(TableName[Student_Levvel]),
TableName[Student_Levvel],
", "
)
hi @Anonymous
try to replace the student_level field with a measure like:
LevelMeausre =
CONCATENATEX(
VALUES(TableName[Student_Levvel]),
TableName[Student_Levvel],
", "
)
@FreemanZ It worked. Thanks a lot. I really appreciate your time. Thank you for your solution.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 58 | |
| 52 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 112 | |
| 109 | |
| 40 | |
| 33 | |
| 27 |