Forum Discussion
gauravnarchal
4 years agoPost Prodigy
Issue with Percentage Total
Dear All I am using the below measure to get the available limit in percentage. I am getting the desired result but the total percentage is not reflected correctly in the result. It always shows ...
- Anonymous4 years ago
Hi gauravnarchal ,
You can create a another new measure as below to get the correct total percentage, then put this new measure onto the table visual to replace the measure [Available Limit]. Please find the attachment for the details.
Measure = SUMX(VALUES('ClientMaster'[ProfileNameGroup]),[AvailableLimit])Best Regards
gauravnarchal
4 years agoPost Prodigy
Anonymous - Please find attached the PBIX for your reference. Thank you for looking into this.
PBIX - Click Here
Anonymous
4 years agoNot applicable
Hi gauravnarchal ,
You can create a another new measure as below to get the correct total percentage, then put this new measure onto the table visual to replace the measure [Available Limit]. Please find the attachment for the details.
Measure = SUMX(VALUES('ClientMaster'[ProfileNameGroup]),[AvailableLimit])
Best Regards