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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register 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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.