Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi
I have a requirement that, if the value of Agieng(count in days) below 15 then i have to give the ageing bucket(new column) as 0-15, if the value greater than 15 and less than or equal to 30 then 16-30 and if the value greater than 30 i have to give it as >30, i am not able to write multiple if conditions in conditional column in edit query. So can anyone help me on this.
Thanks
Solved! Go to Solution.
Hi @Anonymous,
What I would suggest is to go into the Query Editor and then create a Conditional Column. In doing that it is a lot easier to create your requirments.
Then that will load it into your data model available for you to use it?
Hi @Anonymous,
What I would suggest is to go into the Query Editor and then create a Conditional Column. In doing that it is a lot easier to create your requirments.
Then that will load it into your data model available for you to use it?
Cool Dude,
Switch ( True(),
Agieng < 15 , "0-15",
AND( Agieng >= 15 ,Agieng <= 30, "15-30",
etc........
)
Let me know if any help futher
Thanks Baskar
I have already got the logic, thanks for ur valuable reply
Cool dude.
Hi @Anonymous,
If you have resolved your issue, please mark the corresponding reply as answer which will help other people clearly. Thanks a lot.
Best Regards,
Angelia
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 42 |