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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Jmccoy
Helper II
Helper II

Average Between two columns

I have a fairly simple problem that I need help with. Just can't seem to wrap my mind around the correct way to go about it. 

 

I have a total sales column that provided a total for all projects entered into our system. These projects can be defined by the following status: Q for Quote and PJ for promise job. This is in a separte column within the same table. 

 

I am wanting to provide the difference between the count of projects quoted compared to the count of the projects made into a promise job. Providing a sort of hit ratio. 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Jmccoy , hope I got it right

calculate(count(table[project]), Table[status1] = "Q") - calculate(count(table[project]), Table[status2] = "PJ")

 

Or

divide(calculate(count(table[project]), Table[status1] = "Q"),calculate(count(table[project]), Table[status2] = "PJ"))

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

1 REPLY 1
amitchandak
Super User
Super User

@Jmccoy , hope I got it right

calculate(count(table[project]), Table[status1] = "Q") - calculate(count(table[project]), Table[status2] = "PJ")

 

Or

divide(calculate(count(table[project]), Table[status1] = "Q"),calculate(count(table[project]), Table[status2] = "PJ"))

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
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.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.