Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello Team,
Need help in having the sum if in the conditional colum based on the 2 colums
Note, in the table i have more than 50 colums
Solved! Go to Solution.
You can refer to the following example.
Create the calculated column.
Sum = SUMX(FILTER('Table',[ID]=EARLIER('Table'[ID])),[USD Value])
You can refer to the following example to know more about sumx() function
SUMX Power BI | How to use SUMX Function in Power BI? (with Example) (wallstreetmojo.com)
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You can refer to the following example.
Create the calculated column.
Sum = SUMX(FILTER('Table',[ID]=EARLIER('Table'[ID])),[USD Value])
You can refer to the following example to know more about sumx() function
SUMX Power BI | How to use SUMX Function in Power BI? (with Example) (wallstreetmojo.com)
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Here is the sample data
@sureshgowda666 if you can share some sample data with the desired outcome, it will be helpful to guide you.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.