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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all
Solved! Go to Solution.
Sorry for my mistake, I should enter, not /
Total Sales =
DIVIDE(
SUMX(
Sales,
Sales[Order Quantity] * Sales[Unit Price]
)
,
10000
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Modify and try like this:
Total Sales =
DIVIDE(
SUMX(
Sales,
Sales[Order Quantity] * Sales[Unit Price]
)
/
10000
)
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi @Fowmy
Many thanks for your solution.
I seem to be getting an error with the updated formulae. I have included a photo. "Too few arguments were passed to the DIVIDE function. The minimum argument count for the function is 2"
Sorry for my mistake, I should enter, not /
Total Sales =
DIVIDE(
SUMX(
Sales,
Sales[Order Quantity] * Sales[Unit Price]
)
,
10000
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group