Forum Discussion
CJ_96601
Helper V
7 years agoSum Value based on distinct record from other column
Need to sum up values of the largest amount based on badge number and based on selected year. Below is the sample table for easy reference. I appreciate your help Bold data (the largest of ...
PattemManohar
Community Champion
7 years agoCJ_96601 Please create a new table as below and use the Year and Amount field from this new table in your visuals.
Test219Out = SUMMARIZE(Test219MaxSum,Test219MaxSum[Year],Test219MaxSum[BadgeNo],"Amount",MAX(Test219MaxSum[Amount]))
- CJ_966017 years ago
Helper V
Thank you for your reply. Can you share the pbix sample file.
- CJ_966017 years ago
Helper V
error. Multiple columns cannot be converted to a scalar value
- PattemManohar7 years ago
Community Champion
CJ_96601 Hope you using above DAX to create as a new table.