Forum Discussion
Deneb - Vega Lite Format String
- 2 years ago
Hi DW868990,
This functionality was introduced in 1.6, and because formatting strings are contextual, each measure in your dataset will now have two additional columns in the dataset for each row:
-
[measure name]__format- the format string for the measure. This is in case you need direct access to it for use in thepbiFormatfunction, or using thepbiFormatcustom format type. -
[measure_name]__formatted- the measure value formatted according to the format string in the same row.
Regards,
Daniel
-
Hi DW868990,
This functionality was introduced in 1.6, and because formatting strings are contextual, each measure in your dataset will now have two additional columns in the dataset for each row:
-
[measure name]__format- the format string for the measure. This is in case you need direct access to it for use in thepbiFormatfunction, or using thepbiFormatcustom format type. -
[measure_name]__formatted- the measure value formatted according to the format string in the same row.
Regards,
Daniel