Forum Discussion
Anonymous
2 years agoNot applicable
Unpivot columns
Hi Everyone, I am trying to create similar values in which i have few columns and i want to see if value in Key Figure column is equal to "Requested Sale Order" then it should only give me the va...
- 2 years ago
Hi Anonymous ,
Sorry for the late reply create a new table with the following data:
Measure Key Figure Requestes_Sales_Order_Value Requested Sales Order Shiped_Sales ShippedSalesOrder Shiped_Sales_Order_Value ShippedSalesOrder Add the following measure to your model:
Measures for Matrix = SWITCH(SELECTEDVALUE('Key Figures'[Measure]), "Requestes_Sales_Order_Value", [Requestes_Sales_Order_Value], "Shiped_Sales", [Shiped_Sales], "Shipes_Sales_Order_Value", [Shipes_Sales_Order_Value])Now use the columns on the matrix rows and the measure on the values:
If you want you can also add a ID column for the sorting of the data.
MFelix
2 years agoSuper User
To use this option the tables needs to be unrelated, delete the relationship between both tables and check if it returns what you need, you also need to add the measure column to the rows after the Key Figure (both of them must be from the new table).
Anonymous
2 years agoNot applicable
Hi Miguel,
Finally i got it and i appreicate your time on this.
Thank you so much .
Kudos to you !!!
Regards,
Ashish