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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Good morning to the community,
I've recently started my entry into Power Bi.
I come across the following:
I have a "Consulta_proyectos" table that I have a measurement with the projected costs for each project.
Then, in a table related to the previous one of 1 to 1, I have the real costs of each project. Both actual and projected costs are measured.
I want to define a project "status", based on the % of projected actual/total costs. For example: If (Measure[Actual Costs]/Measure[Total Costs]>15% and <35%,"Initial Phase".
There would be 5 phases: Material purchase (<15%), initial phase (>15% and <35%), execution (>35%, <75%), final (>75%, <100%) and Budget exceeded (>100%).
Could you help me?
Thanks a lot.
Best regards
If actual/total costs = 25%, "Initial phase"
Solved! Go to Solution.
@Syndicate_Admin , Based on what I got seem like you need a bucket on a measure.
if yes then refer this blog or video, you need an independent table and group by for that
Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...
Thank you very much, I have done perfectly!
@Syndicate_Admin , Based on what I got seem like you need a bucket on a measure.
if yes then refer this blog or video, you need an independent table and group by for that
Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 91 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |