Forum Discussion
Anonymous
2 years agoNot applicable
Facing issue while creating a column in power bi
Can someone help me here?
- Anonymous2 years ago
Hi Anonymous ,
Try to modify your formula like below:
Last Used = IF ( 'Power Automate Flow Inventory'[Duration] < 30, "Less than 30 Days", IF ( 'Power Automate Flow Inventory'[Duration] >= 30 && 'Power Automate Flow Inventory'[Duration] < 60, "Over 30 Days", IF ( 'Power Automate Flow Inventory'[Duration] >= 60 && 'Power Automate Flow Inventory'[Duration] < 90, "Over 60 Days", IF ( 'Power Automate Flow Inventory'[Duration] >= 90 && 'Power Automate Flow Inventory'[Duration] < 180, "Over 90 Days", IF ( 'Power Automate Flow Inventory'[Duration] >= 180, "Over 180 Days" ) ) ) ) )Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- HotChilli
Community Champion
space in between > and = ?
- AnonymousNot applicable
Hi Anonymous ,
Try to modify your formula like below:
Last Used = IF ( 'Power Automate Flow Inventory'[Duration] < 30, "Less than 30 Days", IF ( 'Power Automate Flow Inventory'[Duration] >= 30 && 'Power Automate Flow Inventory'[Duration] < 60, "Over 30 Days", IF ( 'Power Automate Flow Inventory'[Duration] >= 60 && 'Power Automate Flow Inventory'[Duration] < 90, "Over 60 Days", IF ( 'Power Automate Flow Inventory'[Duration] >= 90 && 'Power Automate Flow Inventory'[Duration] < 180, "Over 90 Days", IF ( 'Power Automate Flow Inventory'[Duration] >= 180, "Over 180 Days" ) ) ) ) )Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.