Create Chart Image from Table

Create Chart Image from Table

Description

Generate a chart image from a table to visually represent your data for clearer insights.

Supported input formats:

  • JSON
  • CSV

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
Table DataTable in JSON or CSV formatThe table in JSON or CSV you want to create a chart of.✔️-
Chart TypeChoice FieldChart type of the generated image.Bar
Image WidthNumberWidth of the image in pixels.✔️500
Image HeightNumberHeight of the image in pixels.✔️500
Background ColorStringBackground color in RGB, HEX, HSL or color name.✔️transparent
Output FormatChoice FieldOutput format of the created image.✔️PNG

Response

ResponseTypeDescription
File responseFileThe generated chart image file.
File as StringStringBase64-encoded string representation of the chart image. Useful for storing in variables.
MIME typeStringMIME type of the output image, e.g., *image/png.
ExtensionStringFile extension of the output image, e.g., png, jpeg.

Power Automate Examples

Create Chart Image from Table

We use random product sales data in CSV format and set the chart type to line.

Picture

As advanced options we may choose the picture's width, height, background color and format.

Known Limitations

⚠️
If you experienced other limitations please get in touch with us!