Forum Discussion
Organize measures when get data from model
Hi everybody,
Anybody know how web example's owners achieve organize those metrics like this image
Metrics grouped
I used SSDTHelper but I created folders were not updated in PBI Desktop.
Thanks in advance
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.
1 Reply
- sdjensenSolution Sage
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.