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
I have a colum with market size for each company. I want to classify each company based on its size into Large, Medium, Small using its market size. So for medium I want to capture those that are >=$1bn and <=$1bn as Medium. What is the best way of achieving this?
Solved! Go to Solution.
Hi @Anonymous ,
Is this problem sloved?
If it is sloved, 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 not, please let me know.
Best Regards
Icey
Hi @Anonymous ,
Is this problem sloved?
If it is sloved, 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 not, please let me know.
Best Regards
Icey
Hello-
The best way is a calculated column. Right click in your data and click create column.
Type = if(calculate(sum(dollars))) > 1,000,000,000, "Large","Medium")
Hey,
I guess the articles that are linked on this side
https://www.daxpatterns.com/usecases/classification/
will provide what you are looking for.
My first guess, start with static segmentation:
https://www.daxpatterns.com/static-segmentation/
Regards,
Tom
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 |
|---|---|
| 97 | |
| 81 | |
| 73 | |
| 46 | |
| 35 |