Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |