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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Create a calculated column determining customer status comparing previous yr revenue to current yr

Good afternoon Team,

 

I have a table of customer data.  This table gives me customer name, year, and the customers Annual Contract Value (ACV).  I am in need of creating a calculated column that looks at each customer and applies the following logic to give me a customer STATUS for that year.   The first year a customer shows an ACV value they are to equal 'NEW'.  Subsequent years they continue to show a ACV Value, they are to = "CURRENT", and upon the first year where they went from having an ACV value previously and now do not they are to = "LOST".  I am struggling on the best approach and DAX syntax to provide this output.  Below is an example of the data I have in my table, along with my SAMEPERIODLASTYEAR.

Screen Shot 2020-05-27 at 3.15.49 PM.png

 

I would expect to see in my new column, for the last client in the image, that in 2017 they would show as NEW, 2018 they would show as CURRENT and in 2019 they would show as LOST.

 

Any assistance is greatly appreciated.  

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

Hi @Anonymous ,

 

I create a test file and it works properly.

1-1.PNG

You could use measure here. Column is static.

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

3 REPLIES 3
v-eachen-msft
Community Support
Community Support

Hi @Anonymous ,

 

I create a test file and it works properly.

1-1.PNG

You could use measure here. Column is static.

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
Anonymous
Not applicable

Thanks a ton!  Just needed fresher eyes.  

Anonymous
Not applicable

It's worth noting, I've tried this approach with a nested IF approach, but all I get is every row resolving to UNKNOWN.

 

Screen Shot 2020-05-27 at 3.25.47 PM.png

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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