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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
Please can you tell me how to elegantly limit a number to a specified maximum number (i.e. without using an if function?) I'm trying to convert a count function to a 0/1 flag function. For example the following converisons should take place:
0 -> 0
1 -> 1
6 -> 1
2-> 1
9-> 1
Thanks,
CM
Hi @CloudMonkey ,
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please feel free to ask.
Best Regards,
Cherry
Hi @CloudMonkey,
Normally, for your requirement, we will use if function to achieve that.
You also could create the conditional custom column in query editor.
Best Regards,
Cherry
Hello @CloudMonkey
If your first number is called 'value' then something like this would do it.
IF ( value = 0, 0, 1 )
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 |
|---|---|
| 101 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |