Forum Discussion
smpa01
Community Champion
1 year agojson indenting
Is it at all possible to indent a measure with json structure
// what I need the mesure to output
{
"companyName": "Tech Innovators Inc.",
"location": "San Francisco",
"departm...
smpa01
Community Champion
1 year agothe data recives a column which has json. I need to show the end user the column content through a dax measure properly indented way cause with the current structure, there is no way for any1 to make sense from the totally scramabled measure.
I was wondering if there is any native dax support for this, since there is TOJSON avaiable but there is no indenting avaiable. Worst case, needs to be delivered through a cust viz. For such a small thing, I would hate creating a cust viz.
This is ugly