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
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?
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.