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...
AlexisOlson
Super User
1 year agoYou want a DAX measure to auto-format a JSON string? I think you might be able to get close but it would be a hack job.
What's the ultimate purpose?