Forum Discussion
OceanExplorer
Helper I
1 year agoVisual Calculation - how to group sales on a table visual
Hi, in this table visual, both columns are created from visual calculation: I want to add a new visual calcualtion column that sum sales by territory, desired output: I wrote DAX q...
- 1 year ago
Irwan
Super User
1 year agoOceanExplorer
Helper I
1 year agoThanks a lot! This DAX works for our requirement. Just one more question, the column that used in PARTITIONBY() has to be the original field in the data model, correct? We can't partition by a visual calculation derived column, right?
- Irwan1 year ago
Super User
hello OceanExplorer
Glad to be a help.
And yes it has to be original field as far as i know.
Thank you.