Forum Discussion
Measure values problem from another table in table view in Power BI desktop
- 5 years ago
Anonymous , This means one of the tables has unique countries
Try new table like
country = distinct(union(distinct(Table1[country]),distinct(Table2[country])))
now join with both country
Hi, Anonymous
I am not sure how your data model looks like, but it seems like those two tables are not connected.
Please try to make the relationship between the two tables.
Or, please share your sample pbix file's link here.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
There is circular dependency is detected while joining to the country table.. that is the reason I don't join with the table... can't we do without joining the tables ... some DAX formulas
- Jihwan_Kim5 years ago
Super User
Hi, Anonymous
Thank you for your feedback.
I am not sure how your data model looks like. Please try to use TREATAS function inside your measure.
Or, if it is ok with you, please share your sample pbix file's link here.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM