Forum Discussion
Unable to Combine Data Refresh Error
- Anonymous4 years ago
Thanks. I was able to fix it by adding additional an additional conditional column in the query and then using RELATED DAX functions. Not the most elegant situation, but it was the only way to get the correct data the way the client wanted it. Thanks for the replies!
Hi Anonymous
What I have found to get this working is you have to have all the steps within a single table. As soon as they are in seperate tables you can start to run into issues as you have described.
This does get rather complex and can take some time to get it working.
Here is a blog post that might help: Power Query Errors: Please Rebuild This Data CombinationThe Excelguru Blog
Thanks. I was able to fix it by adding additional an additional conditional column in the query and then using RELATED DAX functions. Not the most elegant situation, but it was the only way to get the correct data the way the client wanted it. Thanks for the replies!