Forum Discussion
Hellp with DAX multiple measures
- 3 years ago
Juan_AL there is an easy and scalable way:
- transform data
- select all columns except size columns
- right-click, unpivot other columns it will add two columns, attribute, and value, rename these as per your requirement
- close and applyWrite your measure, just one, and you can filter it by any attribute (which is size) you can also view it in pivot form in matrix visual by adding attribute column on columns.
Juan_AL there is an easy and scalable way:
- transform data
- select all columns except size columns
- right-click, unpivot other columns it will add two columns, attribute, and value, rename these as per your requirement
- close and apply
Write your measure, just one, and you can filter it by any attribute (which is size) you can also view it in pivot form in matrix visual by adding attribute column on columns.
AWESOME THIS WORKED!!