Forum Discussion
kdkimble
9 years agoFrequent Visitor
Pre-Filtering Data before Importing
I have a table in a SQL Server and I want to filter before bringing into Power BI Desktop. The reason is that I need uinque information in order to joing to another table. Currently whey i try to m...
- 9 years ago
you could also write a sql native query to filter data out (which is the same as a view but you dont have to create a view) which you can paste in the advanced section when you do a get data
vanessafvg
Community Champion
9 years agoyou could also write a sql native query to filter data out (which is the same as a view but you dont have to create a view) which you can paste in the advanced section when you do a get data
- kdkimble9 years agoFrequent Visitor
Thanks for the suggestion. Appreciate it.