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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Flappy8Flapjack
New Member

Transform amount of days into > or < 3 months

Hi all,

 

I have a problem and I cannot figure it out on my own.

I need to transform the amount of days into [TEXT] '< 3 months' (<90 days) or [TEXT] '> 3 months' (>89 days). The transform options do not give a solution, or i cannot find it. Please help me out. I think there must be a simple solution :).

 

Thanks in advance!

1 ACCEPTED SOLUTION
Bifinity_75
Solution Sage
Solution Sage

Hi @Flappy8Flapjack , you can create a calculate column:

Result = SWITCH(TRUE(),
        'Your column Amount of days'<90, "<3 months",
        'Your column Amount of days'>89, ">3 months",
        ""
        )

 

I hope works for you, Best regards

 

View solution in original post

2 REPLIES 2
Tahreem24
Super User
Super User

@Flappy8Flapjack, It would be better if you share sample data along with expected output in excel format.

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard
Bifinity_75
Solution Sage
Solution Sage

Hi @Flappy8Flapjack , you can create a calculate column:

Result = SWITCH(TRUE(),
        'Your column Amount of days'<90, "<3 months",
        'Your column Amount of days'>89, ">3 months",
        ""
        )

 

I hope works for you, Best regards

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.