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!
I want to calculate 2 measures in the table, but they computes correctly only in a separate table.
Please help...
I've built a star-schema model, where:
[StoreID] - is unique store
[ChainID] - a group of unique stores
[CostItemID] - unique cost name
[AccountKey] - a group of costItems
Main measure:
Cost Amount TY = SUM(FactCosts[CostAmount])
Measures with conditions:
Salary = CALCULATE([Cost Amount TY], DimCostItem[CostItemID] = 876)
92 Account = CALCULATE([Cost Amount TY], DimAccounts[AccountKey] = "92")
Highlighted green where calculations correctly. In a columns - DimStoresChain[ChainID]
Model
Hi @Anonymous ,
Not Clear. I did not understannd your photos.Please explain more.