Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Aggregation problem in calculated column

EDIT: Link to PBIX-file: ShopInfo   Hi all!   I could use some help wrapping my head around the following issue:   I have three tables in my model:     They look like:   Now I'...
  • Greg_Deckler's avatar
    6 years ago
    Right, if you use a measure, you will need to use an aggregation, just use MAX if your output is a table visualization.

    If your output that you show is an actual table, you can create a calculated column and not have to use aggregation.