Forum Discussion
Ash1
9 years agoFrequent Visitor
Modify query after datasource is created
Hello Is there a way to modify the datasource from which data has been loaded to PowerBI? Initially when I have created a report, I used Import query option to retrieve all the records, with...
Ash1
9 years agoFrequent Visitor
Thanks for the reply,
It allows me to update the qeury, but I'm running into issues when I'm trying to apply the changes
Error: The key didn't match any rows in the table
Details:
Key= Record
Table = Table
~Ashwin
Phil_Seamark
9 years agoMicrosoft Employee
Oh ok, so maybe edit the query to limit the rows and use the Query Editor to remove the columns.
Can you revert the query back to what it was but just put a TOP 100 in the SELECT ?
- Ash19 years agoFrequent Visitor
No luck.
I tried selecting all the columns with the dateadd fileter to limit rows. I'm seeing same error
The key didn't match any rows in the table
- vanessafvg9 years agoCommunity Champion
are you getting the same issue if you run the query in sql?
- Ash19 years agoFrequent Visitor
No. Query runs fine on SQL Server.