The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |