Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Measure error

Measure error 
 
Measure = CONCATENATE("Update") & CONCATENATE( 'Before'[Team])
 
Sheet Before 
Name column Team
 
Guide me please.
1 ACCEPTED SOLUTION
PhilipTreacy
Super User
Super User

Hi @Anonymous 

Try this

Measure = CONCATENATE("Update", MAX('Before'[Team]))

If that doesn't work please supply some sample data.

regards

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


View solution in original post

6 REPLIES 6
PhilipTreacy
Super User
Super User

Hi @Anonymous 

Try this

Measure = CONCATENATE("Update", MAX('Before'[Team]))

If that doesn't work please supply some sample data.

regards

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


PC2790
Community Champion
Community Champion

Hi @Anonymous ,

 

Try this:

 

Measure = CONCATENATE("Update", 'Before'[Team])

Anonymous
Not applicable

@PC2790   

It error as below.

adamasmay_0-1611753975904.png

 

suggest me about it please.

 

PC2790
Community Champion
Community Champion

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.

 

Anonymous
Not applicable

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

PC2790
Community Champion
Community Champion

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? 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors