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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Need a new column with specific data from another column

Hi,

 

I got a column named " Type of expense"" with 11.000 rows. In this column a type of expense is salary. How do I make a new column, which only show salary? and a new colum showing the amount? The data in the new columns should ofcourse be in the same rows as the information where I pull it from.

 

Regards Jonas

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I found the answers elsewhere:

 

You get the formula in danish:

 

1 new column with only the name "Salary" (Lønudgifter in danish)

 

Lønudgifter = IF(Ark1[Type af udgift]="Lønninger";"Lønninger";"")

 

1 new column with only the name "Salary amount" (Løn beløb in danish)

 

Løn beløb = IF(Ark1[Lønudgifter]="Lønninger";Ark1[Forbrug])

 

Best regards Jonas

View solution in original post

4 REPLIES 4
jthomson
Solution Sage
Solution Sage

Not sure what your data looks like - if you have separate columns for the type of expense and the amount of expense, then just make a new column using something like if([expense type]="salary", [expense amount], 0) which will give you a column that only contains amounts when it's a salary type

Anonymous
Not applicable

Hi Jthomsen,

 

I can't make your formula work.

 

I need 2 colums:

 

- 1 column showing the word "Salary"

 

- 1 column showing the "Salary amount"

 

The data where i pull it from is in 2 colums.

 

- 1 column called "Expense type"

 

- 1 colum called "Used".

 

As I see it, I should make a column with a formula like this for the "Salary" column:

 

Salary amount = IF(Spreadsheet1[Expense type"="Salary";"Salary";0)

 

It doesn't work though..

 

And a column called "Used", but here i dont know, how i can find the "Salary amount".

 

Anyone who can help?

 

Its probably easy, when you know, like everything else 😄

 

Regards Jonas

Anonymous
Not applicable

I found the answers elsewhere:

 

You get the formula in danish:

 

1 new column with only the name "Salary" (Lønudgifter in danish)

 

Lønudgifter = IF(Ark1[Type af udgift]="Lønninger";"Lønninger";"")

 

1 new column with only the name "Salary amount" (Løn beløb in danish)

 

Løn beløb = IF(Ark1[Lønudgifter]="Lønninger";Ark1[Forbrug])

 

Best regards Jonas

Seems to be the same principle as what I was suggesting, I guess your local version uses ; instead of , to separate out sections of the formula, glad you got it working

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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