This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi there!
So I'm working on this report that can either select one or multiple options on the name filter to display results. The data include a column of student names and their final grades on each subjects.
So I'd like a header using card visual to display the unique student name, but says "multiple students selected" when more than one students are selected. I created a calculated measure as below:
Solved! Go to Solution.
Try using the SELECTEDVALUE DAX function.
It should look something like this:
Measure = SELECTEDVALUE([Student Name], "Multiple students selected.")
Try like
Measure Header = IF(ISFILTERED(Grade[Student Name]),firstnonblank(Grade[Student Name],blank()),"Multiple Students Selected")
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Proud to be a Datanaut Connect on Linkedin
Try using the SELECTEDVALUE DAX function.
It should look something like this:
Measure = SELECTEDVALUE([Student Name], "Multiple students selected.")
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 27 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |