Forum Discussion
pshetty05
6 years agoHelper I
Create a new table through sql query using the existing table that was loaded via excelsheet
Hello, I have table A that has 2 values - Email address & Client Status which has been created using an excelsheet. Now, I want to create another table that uses the values from this table to...
amitchandak
6 years agoSuper User
pshetty05 , try https://radacad.com/append-vs-merge-in-power-bi-and-power-query
or
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
- amitchandak6 years agoSuper User
pshetty05 , Missed your last update. Option in edit query
Copy a table and remove column not need and remove duplicates
Select the required column, Right-click , last option add as new query and remove duplicates, convert to tables.
In DAX, you selectcoulmns, summarize, summarizecolumns