Forum Discussion
How to avoid loading dimensions that not exist in the fact table
- Anonymous5 years ago
Hi Anonymous ,
According to my understand, you want to keep rows in Dimension table matched from Fact table.
You could select Dimension table --> use Merge-->Right Outer-->Remove unnecessary columns as shown below:
If the data is continuous, you could add the whole column in Fact table as new Query ,then use it to create a parameter to filter the column in Dimension like this:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous you can also make use of native query(SQL)
in power bi as well..What is your data source?
Yes I know.
And one of the reason for asking is that I saw this video.
Native Query: Be careful when using in Power BI -
https://www.youtube.com/watch?v=DWbh7xp08l0
And I want to find the best and recommended solution for it before using Native Query.