Forum Discussion
Matrix Visual - Hide Percent Total
- 4 years ago
Hello v-jingzhang ,
Thank you for this suggestion. I've been able to get this to work temporarily. My concern is the Matrix size will change i.e. new rows added. Then I believe I will have to keep extending or modifying the shape to cover the added rows. I still think a Measure is the cleanest option...just haven't been able to figure that one out yet.
Thanks again and kudos for this "quick fix"
Hi rsbin
I understand. For a measure option, you could try ISINSCOPE function in the measure. Something like IF(ISINSCOPE('tablename'[columnname]),[measure],BLANK())
Example: total value corner matrix - Microsoft Power BI Community
BR,
Jing
- rsbin4 years agoCommunity Champion
Hello v-jingzhang , tex628
Thank you for the suggestion of using ISINSCOPE. Since I am only using one column in my Matrix, I could not figure out how to make this fucntion work. But combining your suggestion with tex628 , I thought perhaps HASONEVALUE might work.
Audits_PercentBucketCount = IF(HASONEVALUE(FACT_SafetyAudits_ALL_NRT[6HourBucket_Local] ), [Audit_PercentCount], BLANK() )But this doesn't work either, because there are rows in my matrix where One Value for a Facility does occur and hence does not blank out the % in the Total Column. As tex628 mentioned,I need to "identify the % Totals" column and I am unable to figure out how to do this.
Thanks again for your efforts and suggestion to guide me along.
Best Regards,
- v-jingzhang4 years agoCommunity Support
- rsbin4 years agoCommunity Champion
Hello v-jingzhang ,
Awesome. I got this latest solution to work. Thank you again very much for your time and efforts to resolve this one.
Kudos and Best Regards,