sql server - SSAS Dimension relationship -
i have 2 dimension.
one manufacturer
other supplier.
have fact table.
need query sales amount using supplier code, want see relation between supplier , manufacturer against sales amount. can done.
is there possibilities can achieved without adding supplier key fact.
please help!!!
you cannot query sales amount using supplier code because manufacturer(int)|amount($) pair doesn't uniquely identify supplier.
Comments
Post a Comment