Forum Discussion

riyajain12345's avatar
riyajain12345
Frequent Visitor
2 years ago
Solved

How to replace data in power bi

I have created a dashbord using Import SQL Statement  Now i wanted to create same dashbord just need change the table name in SQL code ,  so i have dupicate the dashbord  now just i wnat to re...
  • AmiraBedh's avatar
    AmiraBedh
    2 years ago

    -Open your duplicated report in Power BI Desktop.
    -Go to the "Home" tab and click on "Transform Data" to open Power Query Editor.
    -Find the query that is currently fetching data for the "Open Inventory".
    -Either modify this query to fetch "Closed Inventory" data (by changing the SQL query) or add a new query for the "Closed Inventory" if you plan to use both datasets in different visualizations.
    -If you modify the existing query, make sure to adjust the table name or any filters in the SQL statement to fetch the "Closed Inventory".
    -After modifying or adding your new query, click "Close & Apply" to update the report.