If an image or object conveys meaningful information, it needs alternative text or alt text.
In R use ARIA labels if no other option meets the user's need, such as alt text. Using the aria-labeledby attribute is the preferred approach, if possible, as this provides support for mulitple languages. Otherwise, using aria-label attributes is acceptable.
You can provide alt text for any object on a Power BI Desktop report by selecting the object (such as a visual, shape, and so on). In the Visualizations pane, select the Format section, expand General, scroll to the bottom, and fill in the Alt Text textbox.
In Tableau, the way developers add alt text depends on the type of dashboard element.
To add alt text to an image, click on the dropdown arrow at the top right of the image or logo and select “Edit Image”. Then, add a URL; the image’s alt text will not be read by screen readers without a URL. Finally, add the alt text to describe what the image is and where the link will redirect the user.
Alt text is now automatically generated for worksheets but must be customized. Developers can edit automatically generated alternative text in the Data Guide panel or in the Accessibility sheet option (2,500 characters limit).
Navigation button tooltips both appear on mouse hover and serve as alt text for screen readers. Click on the dropdown arrow at the top right of the button and select “Edit Button”; add alt text to the Tooltip field. Customizing this text can improve navigation buttons. But it is essential for show/hide buttons. This is because the default text for show/hide buttons simply names the type of layout container and does not provide meaningful user instructions.
Relevant Standards