Forum Discussion

Preeti_Yadav's avatar
Preeti_Yadav
Icon for Resolver I rankResolver I
4 years ago
Solved

Enable column total for a non summarized column.

Hi all. I have a column which shows values in a non summarized format. The column is displaying values as average. I want to enable the total for this particular column. for that I created a me...
  • Anonymous's avatar
    Anonymous
    4 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