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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

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

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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