Forum Discussion
Sorting on Total Column in Matrix
- 9 years ago
Hi Srikarnandan7,
Step1: Added ID column to Values and changed that to Count
Step2: Created new column 'Total' for sorting with below expression
Total= COUNT('test'[ID])
Step3: I applied sorting on 'Total' column using 'Sort by Column', didn't work.
Please suggest me, am I missing something?
I'm not sure I understand step2. What do you mean about creating new column 'Total'? Based on my understanding, a Grand Total column should be added to the Matrix without any action. Could you be more precisely with it? :smileyhappy:
In addition, it could be better if you could share a sample pbix file which can reproduce the issue. You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.
Regards
Hi v-ljerr-msft
Now I'm using 2.48.4792.721 64-bit as you suggested. In this version I could see measures also which is not there in old version.
Apert from, still the sorting issue exists. Can you please suggest me did I do anything wrong.
Step1: Added ID column to Values and changed that to Count
Step2: Created new column 'Total' for sorting with below expression
Total= COUNT('test'[ID])
Step3: I applied sorting on 'Total' column using 'Sort by Column', didn't work.
Please suggest me, am I missing something?
Hi Srikarnandan7,
Step1: Added ID column to Values and changed that to Count
Step2: Created new column 'Total' for sorting with below expression
Total= COUNT('test'[ID])
Step3: I applied sorting on 'Total' column using 'Sort by Column', didn't work.
Please suggest me, am I missing something?
I'm not sure I understand step2. What do you mean about creating new column 'Total'? Based on my understanding, a Grand Total column should be added to the Matrix without any action. Could you be more precisely with it? :smileyhappy:
In addition, it could be better if you could share a sample pbix file which can reproduce the issue. You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.
Regards
- Srikarnandan79 years agoHelper I
Hi v-ljerr-msft
I create the new field 'Total' for sorting.
PFB the google drive link where I saved .pbix file. Please look into it and suggest me.
https://drive.google.com/open?id=0Bygkcr7gWuhZSXFzbFZCNjVudGM
- Srikarnandan79 years agoHelper I
Hi v-ljerr-msft
I got this now. I just clicked on 'Total' column for sorting. Thanks for the help.