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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
SamBrown17
Helper I
Helper I

How to calculate Conversion

Hi Team,

 

I have a business where I make revenue from Works jobs. and I get the works job through either an assessment or a tender. which if created within a project.  So in one project I will have either and assessment or a tender and if converted I will have a works job. My question is how do I create a DAX formula for conversion of both Tenders to works and Assessments to works I cant simply do it by asking for total count of works/total count of assessments because that doesnt account for works created from tenders. and I cant do tender conversion for the same reason?

 

Example of a project in the database below

SamBrown17_0-1687322116055.png

 

2 REPLIES 2
devanshi
Helper V
Helper V

Assessment = COUNTROWS([ProjectID] , FILTER('Tablename', Assessment[ProjectID] = Works[projectID]))
Tender  = COUNTROWS([ProjectID] , FILTER('Tablename', Tender[ProjectID] = Works[projectID]))
 
Total works = Assessment + Tender

I am not able to make this work at all sorry. The table name is 'jobs' if that helps but I am unable to use this DAX.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.