Forum Discussion
Anonymous
3 years agoNot applicable
Measure Causing my Table to Cross Join
Hi, In my datamodel, I have a table named Site Details with Unique Site IDs, and I have my Master Data table (See Picture). I created a measure with a simple Switch statement, but it is causing my t...
ajohnso2
3 years agoSolution Supplier
If your data quality is not great I would create a bridging table and cleanse the data as best as you can. Unique SiteID from Site details and Unique SiteID from Master Data and go from there
Anonymous
3 years agoNot applicable
The Site IDs in the Master data should not be unique, the master data is unique by another column (Program ID). The relationship between Site Details and Master Data is one to many as in the picture