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
NPR
Frequent Visitor

How to get specific values of each project ?

Hi Guys, I am new to powerBi ! 

I show my requirements below.............! please check them up

This is my table..... Here each project has separate headcount values itself. For example, Project A -> 8  Project B -> 1 

ee.png


I need a cloumn like this 

er.png

How to create by dax query ? 

1 ACCEPTED SOLUTION
NPR
Frequent Visitor

 

 This is the correct solution for it Smiley Very Happy

ProjectWithheadCount = CALCULATE(DISTINCTCOUNT(sourceTable[headcount]), ALLEXCEPT(sourceTable, sourceTable[Project])) 

View solution in original post

2 REPLIES 2
NPR
Frequent Visitor

 

 This is the correct solution for it Smiley Very Happy

ProjectWithheadCount = CALCULATE(DISTINCTCOUNT(sourceTable[headcount]), ALLEXCEPT(sourceTable, sourceTable[Project])) 

Anonymous
Not applicable

Hi @NPR 

Look at countrows(), with earlier() Filter.

Good luck!
A

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