Wave Dashboard
Use this component to add a Tableau CRM dashboard to a Lightning Experience page.
Descriptor
wave:waveDashboardTargets
Lightning Experience
Add Tableau CRM dashboard components to Visualforce and Lightning pages to provide interactive visualizations of your data. Users can drill in and explore the dashboard within the frame on the page.
The Tableau CRM dashboard component is available in the Lightning App Builder as a drag-and-drop component, however, you can also create your own Tableau CRM dashboard component or add it a Visualforce page using wave:waveDashboard
.
Here's an example of a wave:waveDashboard
component:
<aura:component implements="force:appHostable,force:hasRecordId"> <wave:waveDashboard dashboardId="0FKxx000000000uGAA" /> </aura:component>
For more information, see the Embed Tableau CRM Dashboards in Lightning Pages and Add a Tableau CRM Dashboard to a Visualforce Page.