Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hello everyone,
I would like to have the correct total result of dividing the Value / Goal_Sum columns. (Goal_Percent_Of_Value)
In the base structure, the Goal value is repeated, as there is a value per month for each type (Type column).
In the table, the goal column is composed of two measures as shown in the images below for sum.
The column for dividing the amount by goal is a measure.
The correct thing is that the division also works in the total values, as calculated in excel for example.
Here is the pbix file for verification. HERE
Regards,
Bruno
Solved! Go to Solution.
@Anonymous
You need to modify your formula as follows:
Goal_Percent_Of_Value = Divide( SUM(Data[Value]) , [Goal_Sum] )
________________________
If my answer was helpful, please click Accept it as the solution to help other members find it useful
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Anonymous
You need to modify your formula as follows:
Goal_Percent_Of_Value = Divide( SUM(Data[Value]) , [Goal_Sum] )
________________________
If my answer was helpful, please click Accept it as the solution to help other members find it useful
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
83 | |
42 | |
30 | |
27 | |
27 |