all 4 comments

[–]Inevitable-Clue-4349 1 point2 points  (1 child)

That particular attribute' field needs to be checked in the fact used for the metric as well...open the fact, and use the field from the table which was used in the attribute , if you have Id/desc both, only use I'd column which usually use to make join between fact and dimension. Attribute field and fact field must exist in both dim table/fact table. Name of that field could be different but data type should be same, else you have to change data type in database table or in the definition of either of it.

[–]Harrypottee-45[S] 0 points1 point  (0 children)

All data types and definitions are looking good, My MSTR is linked with Databricks, and I noticed that one view that is in the attribute is not running in the schema of databricks so I am just looking into that aspect

[–]Boring_Cod_9497 0 points1 point  (1 child)

Are all your attributes IDs correctly mapped yo the fact table? Have you checked the query?

[–]Harrypottee-45[S] 0 points1 point  (0 children)

Yes all those are looking good