Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi,
I have created a formula in Business Objects which i want to replicate in DAX power bi but not sure how to do this. Can anyone offer some help/advice on how i can do this.
The formula in Business objects is:
=Count([SSA ASC - Step ID])In([First Contact].[Person Details - Person ID];[SSA First Contact - Workflow ID])Where([SSA ASC - Step Status]="COMPLETED") + Count([SSA ASC Follow Up - Step ID])In([First Contact].[Person Details - Person ID];[SSA First Contact - Workflow ID])Where([SSA ASC Follow Up - Step Status]="COMPLETED")
kind regards
Hetal
Hi @lbendlin
I am not sure how to attach a sample file.
I want to replicate the above measure used in Business Objects into power bi. I have tried to split the above into 2 separate measures:
first measure = CALCULATE(DISTINCTCOUNTNOBLANK('First Contact'[Advice & Support KI_STEP_ID]),'First Contact'[Advice & Support STEP_STATUS]="COMPLETED")
| Month | Nov |
| Total Measure is 1 | 75 |
| Total Measure is 2 | 9 |
| Total Measure is 3 or more |
| Nov | |
| Total Measure is 1 | 73 |
| Total Measure is 2 | 4 |
| Total Measure is 3 or more | 5 |
For some reason, the maximum count is 2 which is wrong.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 54 | |
| 42 | |
| 30 | |
| 24 |