Forum Discussion
Anonymous
6 years agoNot applicable
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'...
- 6 years agoRight, 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.
Anonymous
6 years agoNot applicable
Help!? ðŸ˜