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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
yo_peralta23
Frequent Visitor

Create a string from other string in Tabular Model

Hi,

 

I´m trying to do a string based in other string.

Original String: "Replacement" with values "Yes" and "No"

Secundary String: "Replacement/New" with values "Repl." (If Replacement string is "Yes") and "New" (If Replacement string is "No")

But in a Tabular Model, the "New Column" option appears deactivated. Im trying to do a New Measure like this:

 

Replacement/New = SWITCH(TRUE();SUMX(DW_DS_STAFFING_CURRENT;DW_DS_STAFFING_CURRENT[replacement])="Yes";"Replacement";"New")

 

(I use the SUMX because is the only way I found to Power BI recognize the "Replacement" variable.)

But the result is a Measure, and I cant use to put as column in a table, for instance!

Thats my problem.

Thanks in advance

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

@yo_peralta23 ,

 

Are you using live connection mode to connect to the tabular mode? If you are, to create new calculate column, you need to convert live connection mode to import mode.

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-yuta-msft
Community Support
Community Support

@yo_peralta23 ,

 

Are you using live connection mode to connect to the tabular mode? If you are, to create new calculate column, you need to convert live connection mode to import mode.

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.