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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
BrandiHutch
New Member

Help with a Formula

I am in property management and in my report I am trying to get a dollar per unit for my delinquency by project.  The issue I am having is BI to recogonize my individual projects unit counts.  I can get my total unit counts and my total project count, but for the life of me the individual unit count by project is not working.  

2 REPLIES 2
BrandiHutch
New Member

BrandiHutch_0-1702337215208.png

I created a table called Agent which I was able to group by Agent.  I still cannot get the total unit count by Agent from the information in the Project Info table.    Projects are by Agent and each project has a total unit count which is what I am trying to add so I get a total unit count by Agent.

 

amitchandak
Super User
Super User

@BrandiHutch , Please share some sample data

 

Usually, we can use

countrows(Summarize(Table, Table[Project],Table[Unit]))

 

In case the cost repeats and you want some distinct combination

Sumx(Summarize(Table, Table[Project],Table[Unit], Table[Cost]),  [Cost])

 

 

Otherwise

Sum(Table[Cost])

 

Or

Sumx(Table, Table[Cost] * Table[Unit]) //In case unit is number and need multiplication

 

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors