Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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?
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 53 | |
| 47 | |
| 40 | |
| 38 |