Hi
Below is my scenario for a data quality report
Each distinct Account
Have different fields which has data quality issues (example; fields employee name, region name)
Data issues can be multiple error types (example; missing, invalid, inconsistent)
I would like to produce a fact table which allows sum of sales of account for different type of fields and error types.
ie. sum of sales of dimension field type and error type
Would I have to use many to many dimension?
Thanks so much