Forum Discussion

azakir's avatar
azakir
Resolver I
2 years ago
Solved

SUMMARIZE Table

Hi Guys. 

I have the following SUMMARIZE table: 

 

Category 1 Emission Factor = FILTER(
SUMMARIZE
('Emission Factor',
 'Emission Factor'[Category],
 'Emission Factor'[Factor Name],
 'Emission Factor'[Factor],
 'Emission Factor'[Thiess Classification],
 'Emission Factor'[Year]),
 'Emission Factor'[Category] = "Category 1")

 

The report was working fine. Issue is, Thiess Classification now seem to have repeated values. And because of that, I can't make One-Many Relationship. Is there a way to resolve this? (I can't delete the repeated values as I would require them)

 
  • Thanks for the input guys. 

    Bridge was an option yes, but I was able to combine columns to make it a unique identifier. This did the trick for me. 

5 Replies