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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello ,
I am having issue creating a calculated measure between to fact tables related with a dimension table .
relationship 1: dim company key + item key = fact sales item key+fact sales company key
relationship 2: dim item key = fact cost item key
Items can be sold in each company but the cost is unique for each item cross companies.
I need to calculate unit cost * quantity
sum(unit cost) * sum(quantity) result to be correct at item key level but the total is wrong ,
please advice
Solved! Go to Solution.
hi @Gilad ,
try write your measure like:
Hi, @Gilad
Has your problem been solved yet? If not, can you tell what kind of output you expect based on the data you provided?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
hi @Gilad ,
try write your measure like:
User | Count |
---|---|
10 | |
8 | |
5 | |
5 | |
4 |