Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Measure values problem from another table in table view in Power BI desktop

Hello,  First 3 columns are from table 1 and last column is from table 2. I need breakup of measure test like the same in image 2. Country_test in image 1 is a column from table 1 and country_desc i...
  • amitchandak's avatar
    amitchandak
    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