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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

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

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.