5 Comments
Hi datanerd,
You can use custom currency format.
Just devide your value by 1 000 000 in the formula and add Symbol M.
Below is an example with thousands.Best regards,
Angelina- harikm007Data Warehouse
Hi datanerd ,
You can also use below script (if you are using pivot2):
const myTarget = { type: ['value'], values: [ { title:[ 'Value to Million'] // put here desired column } ] }; widget.transformPivot(myTarget, function(metadata, cell) { cell.content = (cell.value/1000000).toFixed(2) + 'M' });
-Hari
- Oleksandr_KSisense Employee
Hi datanerd, harikm007, Angelina_QBeeQ
We have added a new option "Abbreviate all values" in the product. It has been included since L2023.11
I would be glad to hear your feedback!
- slosadaData Pipeline
Hi praveenpaul03,
Great news! I have a quick update about your inquiry. Since this functionality is available in our L2023.11 release as mentioned by the awesome Oleksandr_K, I am going to move this thread into the Product Feedback Forum and mark it as delivered.
- slosadaData PipelineStatus changed:New IdeatoDelivered