Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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
Solved! Go to Solution.
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.