How can we help?
< All Topics
Print

Align (left, right, center, justify)

It's a very common requirement that text alignment should be justified. With our HTML visuals, you have full control over the alignment of text and other HTML elements.

Select either left, right, center or justify in the demo report below to see how the visual displays the text. To do this, only very little HTML is needed.

Left: <div style='text-align:left;'>followed by your text
Right: <div style='text-align:right;'>followed by your text
Center: <div style='text-align:center;'>followed by your text
Justify: <div style='text-align:justify;'>followed by your text

Downloading the sample report will help to implement this solution in your report.

In case our support is needed, just reach out to support@bisamurai.com and we'll help you out.

Now it's time to learn how to combine HTML and DAX.