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! Request now
I have a simple data model,
the tables are like below
And I created measures as follows:
loan% = Divide( Sum(LandBuildCost[loan%]), 100)
LandBuildCostAmount = Sum(LandBuildCost[LandBuildCost])
Contribution = LandBuildCostAmount * loan%
No of Applicant = Count(Applicants[ID])but when I place the measure on a table the contribution is not correct
the contribution should be less than the LandBuildCostAmount.
But when filter of applicant ID is applied i works.
How can i calculate to avoid filter/slicer usage.
Also, loan% total is 150%, how to stop loan % total from appearing.
Thanks
Solved! Go to Solution.
@Anonymous , Change this measure and try
Contribution = Sumx( LandBuildCost, LandBuildCost[LandBuildCost]*LandBuildCost[loan%]/100.0)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 99 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |