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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.