Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All,
Hopefully I can get some help. I have taken over a dashboard in my new job and my skills in DAX need some work.
I basically need to multiply Cost by Confidence factor if status date = current.
This is what I have so far which is incorrect but seem stuck.
Solved! Go to Solution.
Hi @Kayla2501 ,
I created some data:
P6 Cashflow:
Project Status Outputs:
Here are the steps you can follow:
1. Create measure.
Measure_group =
SUM('P6 Cashflow'[Cost])
*
SUMX(
FILTER(ALL('Project Status Outputs'),
'Project Status Outputs'[Status Dates]=MAX('P6 Cashflow'[Current Status (Date)])&&'Project Status Outputs'[numbers]=MAX('Project Status Outputs'[numbers])),[Confidence Factor])
2. Result:
If you need pbix, please click here.
If I have misunderstood your meaning, please provide your desired output.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Kayla2501 ,
I created some data:
P6 Cashflow:
Project Status Outputs:
Here are the steps you can follow:
1. Create measure.
Measure_group =
SUM('P6 Cashflow'[Cost])
*
SUMX(
FILTER(ALL('Project Status Outputs'),
'Project Status Outputs'[Status Dates]=MAX('P6 Cashflow'[Current Status (Date)])&&'Project Status Outputs'[numbers]=MAX('Project Status Outputs'[numbers])),[Confidence Factor])
2. Result:
If you need pbix, please click here.
If I have misunderstood your meaning, please provide your desired output.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Kayla2501
How are the two tables related to each other? What are you slicing by in your report? How does your visula look like?
Two tables are related by contract numbers.
I have no visual or slicer yet but will be contract number and the cost by confidence value
@Kayla2501
Thank you for the clarification. Which table is the one side and which one is the many side?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
13 | |
11 | |
10 | |
10 |