Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Syndicate_Admin
Administrator
Administrator

Define project statuses

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"

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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

 

https://app.powerbi.com/view?r=eyJrIjoiYmFmMTc0NzYtYzMzNS00NTU0LWFjNGYtODc4ZjA0ODM0MzVjIiwidCI6ImVhO...

Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

Thank you very much, I have done perfectly!

amitchandak
Super User
Super User

@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

 

https://app.powerbi.com/view?r=eyJrIjoiYmFmMTc0NzYtYzMzNS00NTU0LWFjNGYtODc4ZjA0ODM0MzVjIiwidCI6ImVhO...

Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors