Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi @Alice08 ,
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 Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Alice08 ,
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 Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
space in between > and = ?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
68 | |
40 | |
29 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |