Home > User Guide > Integrate with Tableau and Power BI > Connect to Tableau > Generate a Data Report in Tableau

    Export to PDF

    Generate a Data Report in Tableau

    1. After connecting your Salesforce backup data to Tableau, complete the following steps to generate a data report in Tableau:
    1. After connecting your Salesforce backup data, double-click New Union in the left pane.

    2. New Union.

    3. In the pop-up window, select the Wildcard (automate) tab. In the Matching pattern field, enter *_Object. Replace Object with an object type to include all tables of the object. Then click OK.

    4. The Wildcard (automate) tab.

    5. Since all fields are currently strings, change necessary fields to the correct type. For example, click the Type icon in the Amount row to change the type to Number (decimal), and click the Type icon in the LastModifiedDate row to change the type to Date &Time.

    6. Change Amount type to Number (decimal).

    7. Change LastModifiedDate type to Date & Time.

    8. Click Sheet 1 at the bottom to open the sheet.

    9. Open Sheet 1.

    10. In the Tables pane, right-click DataServiceGenerateTime and select Create > Calculated Field….

    11. DataServiceGenerateTime > Create > Calculated Field…

    12. In the pop-up field, change the name to JobDate and enter the following calculation in the text box to change the format to Date. Then click OK.

    13. DATE(STR(MID([DataServiceGenerateTime], 1, 4)) + "-" +

    14. STR(MID([DataServiceGenerateTime], 5, 2)) + "-" +

    15. STR(MID([DataServiceGenerateTime], 7, 2)))

    16. Enter the calculation.

    17. Drag the JobDate table to the Columns field. Next, click the drop-down arrow of JobDate in the Columns field and select Exact Date. Then click JobDate again to select Discrete.

    18. Select Exact Date and Discrete.

    19. Drag the Amount table to the Rows field*.* Then click the drop-down arrow of Amount in the Rows field and select Measure > Sum.

    20. Amount > Measure > Sum.

    21. Right-click the axis and select Edit Axis….

    22. Edit Axis…

    23. In the pop-up window, uncheck Include zero and then click × to close the window.

    24. Uncheck Include zero.

    25. In the ribbon, click the Analysis tab and select Show Mark Labels to enable data labels.

    26. Analysis > Show Mark Labels.

    27. Click the Dashboard tab and select New Dashboard.

    28. Dashboard > New Dashboard.

    29. In the new dashboard, drag Sheet 1 in the Sheets section to the new dashboard. Right-click Sheet 1 in the new dashboard to Edit Title or Hide Title.

    30. Edit Title or Hide Title.

    31. Click the Share Workbook With Others icon to publish the dashboard to Tableau Cloud. Tableau Cloud account, password and Tableau site URL are required to connect to Tableau Cloud.

    32. Publish the dashboard to Tableau Cloud.

    33. In the Location field, select the project.

    34. Select the project.

    35. In the Sheets section, click Edit **and select Only Dashboards.

    36. Edit Sheets.

    37. In the Data Sources section, click Edit. Then select Embedded in workbook for Publish Type and Embedded password for Authentication.

    38. Edit Data Sources.

    39. Click Publish and you will be redirected to Tableau Cloud.

    40. Tableau Cloud.