Forum Discussion
Organize measures when get data from model
- 10 years ago
Basically you will archive this if only DAX calculated measures is visible in the table. What I do when I create models is always hide all columns in my fact (values) tables - I don't need any of the columns visible I only need the columns to create relationship with my dimensions and to calculate measures.
If you want to split your measures into group you can just create a custom table - "Enter Data" feature - then hide the column and create measures in this new table. You can create as many as you need.
Basically you will archive this if only DAX calculated measures is visible in the table. What I do when I create models is always hide all columns in my fact (values) tables - I don't need any of the columns visible I only need the columns to create relationship with my dimensions and to calculate measures.
If you want to split your measures into group you can just create a custom table - "Enter Data" feature - then hide the column and create measures in this new table. You can create as many as you need.