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
Solved! Go to Solution.
Hi @Anonymous
Try this
Measure = CONCATENATE("Update", MAX('Before'[Team]))
If that doesn't work please supply some sample data.
regards
Phil
Proud to be a Super User!
Hi @Anonymous
Try this
Measure = CONCATENATE("Update", MAX('Before'[Team]))
If that doesn't work please supply some sample data.
regards
Phil
Proud to be a Super User!
Hi @Anonymous ,
Try this:
Measure = CONCATENATE("Update", 'Before'[Team])
As you are creating a measure of the column containing multiple values, you are getting this error as it requires an aggregation on the column level.
Try creating a calculated column rather than a measure. This will fix your issue.
@PC2790 yes, in column department have more value.
Now, if i use card for show department, it show correct.
But I want to add text before department
Suggest me please.
Can you be more elaborative about your issue?
It would help is you can explain using your data examples and screenshots.
Also, ss your initial issue of concatenating the two values- "Update" & Before [Team] column sorted?
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 | |
| 31 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |