Forum Discussion
Imrans123
4 years agoAdvocate V
Building a Multi KPI Table
Hey All, Wanted some help from you guys. My data model is such that I have a billings table with sales data and a column called store ID which represents the store the sale is happening at. Just...
- 4 years ago
Hi Imrans123 ,
You can try combining the results and target into one measure to use in the matrix. For example:
Combine = COMBINEVALUES(" / ", Sales Measure, Sales Target Measure)If this answer solves your problem please mark it as a solution!
johncolley
4 years agoSolution Sage
Hi Imrans123 ,
You can try combining the results and target into one measure to use in the matrix. For example:
Combine = COMBINEVALUES(" / ", Sales Measure, Sales Target Measure)
If this answer solves your problem please mark it as a solution!
- Imrans1234 years agoAdvocate V
Perfect! Thank you!