Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
User | Count |
---|---|
98 | |
75 | |
69 | |
49 | |
26 |