Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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!
Solved! Go to Solution.
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
@Flappy8Flapjack, It would be better if you share sample data along with expected output in excel format.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
70 | |
66 | |
50 | |
31 |
User | Count |
---|---|
116 | |
99 | |
75 | |
65 | |
40 |