Forum Discussion
Best Practice for creating Static Dimensions Table?
- 2 years ago
Hi GulianiG
Both approaches are ok in a dataflow, however in a dataflow you can't relate tables together nor you can use DAX.
I would go with creating dimension tables in Sharepoint hence when someone other than the owner of the Dataflow wants to make changes, he will do it in Sharepoint(only the owner of the dataflow can make changes on it).
Performance wise, Dataflows are sources of truth for semantic models built on top of them, so they should be ok. Rather watch out the performance of the semantic models.
aj1973 I really like your logic of allowing someone from teh team the ability to change those static dimension values when needed. Thanks
Enter Data approach would restrict it to me being the owner of Dataflow which we don't want
Thanks AJ
- aj19732 years agoCommunity Champion
You are welcome