The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
I need a cloumn like this
How to create by dax query ?
Solved! Go to Solution.
This is the correct solution for it
ProjectWithheadCount = CALCULATE(DISTINCTCOUNT(sourceTable[headcount]), ALLEXCEPT(sourceTable, sourceTable[Project]))
This is the correct solution for it
ProjectWithheadCount = CALCULATE(DISTINCTCOUNT(sourceTable[headcount]), ALLEXCEPT(sourceTable, sourceTable[Project]))