Forum Discussion
GBKYE2
2 years agoFrequent Visitor
Showing a value and comment in matrix
Hi all, Does anyone know if it's possible to show a value and a comment in a matrix for a specific item? Let's say I have this (abstracted) data: Order Value_Metric Risk_Metric Strateg...
- Anonymous2 years ago
Hi GBKYE2 ,
Thank you ryan_mayu for your replies, allow me to provide another insight:
1. create a calculation table that combines metrics and comments into one table.
CombinedMetrics = UNION( SELECTCOLUMNS('Table', "Order", 'Table'[Order], "_","Value","Metric", 'Table'[Value_Metric], "Comment", [Value_Comment]), SELECTCOLUMNS('Table', "Order", 'Table'[Order], "_","Risk","Metric", 'Table'[Risk_Metric], "Comment", [Risk_Comment]), SELECTCOLUMNS('Table', "Order", 'Table'[Order], "_","Strategy","Metric", 'Table'[Strategy_Metric], "Comment", [Strategy_Comment]) )
2. create the slicer visual object and put the order field in.3. create the matrix and place the fields as shown below.
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
ryan_mayu
Super User
2 years agohere is a workaround for you in PQ. pls see the attachment below