Hello, how can I modify the label of a measure that I obtained as a response from the DiscoverMeasures service?
Hello, Scastillo!
Thank you for reaching out to us.
We kindly recommend changing the measure caption using our mapping, e.g.:
report: {
dataSource: {
type: "microsoft analysis services",
//other data source properties
mapping: {
"[Measures].[Reseller Order Count]": {
caption: "Measure caption",
},
},
//other report properties
}
Here is the JSFiddle example for reference: https://jsfiddle.net/flexmonster/kmcaf0sd/.
Please let us know if the suggested approach works for your case.
Kind regards,
Solomiia
Hello, Scastillo!
Hope you are doing well.
Our team is wondering if you had some time to check the suggested approach of changing the measure caption using mapping. Please let us know if everything works well.
Looking forward to hearing your feedback.
Kind regards,
Solomiia
It did work. Thank you!
Hello, Scastillo!
Thank you for your feedback.
We are happy to hear the suggested approach works well for you.
Feel free to reach out to us if any other questions arise.
Kind regards,
Solomiia