Forum Discussion
Enable column total for a non summarized column.
- Anonymous4 years ago
Hi Preeti_Yadav ,
You can create another new measure as below base on the measure with average calculation(Suppose the measure is named car_weight), later check whether it can get your expected result...
Measure = SUMX ( VALUES ( 'rbr'[jobid] ), [car_weight] )If the above one doesn't work, please provide some sample data from rbr table with Text format and your expected result with calculation logic and special example screenshots. It is better if you can share a simplified pbix file with me. You can refer the following thread to upload your file in the community. Thank you.
How to upload PBI in Community
Best Regards
In the report visual, what are you slicing by?
by jobid.
- tamerj14 years ago
Community Champion
Preeti_Yadav
TryTotal = SUMX ( VALUES ( rbr[jobid] ), CALCULATE ( AVERAGEX ( rbr, rbr[column] ) ) ) - Anonymous4 years agoNot applicable
Hi Preeti_Yadav ,
You can create another new measure as below base on the measure with average calculation(Suppose the measure is named car_weight), later check whether it can get your expected result...
Measure = SUMX ( VALUES ( 'rbr'[jobid] ), [car_weight] )If the above one doesn't work, please provide some sample data from rbr table with Text format and your expected result with calculation logic and special example screenshots. It is better if you can share a simplified pbix file with me. You can refer the following thread to upload your file in the community. Thank you.
How to upload PBI in Community
Best Regards