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
I have created a calculated column (Monthly overall score) using VLOOKUP in Power BI
Now, I would like to do a division where I want to divide this with another already calcualted measure....
For example...
DIVIDE (each_product_score,monthly_overall_score)
Here:
each_product_Score is the dax measure
monthly_overall_Score is the calculated column...
Hi @Anonymous ,
Try
DIVIDE ([each_product_score],MAX(TABLE[monthly_overall_score]))If the problem persists,could you share the sample pbix via cloud service like onedrive for business?
Please remove any sensitive data before uploading.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.