Forum Discussion
Matrix Visual - Hide Percent Total
- 4 years ago
Hi rsbin
You could insert a rectangle shape and put it on the column to cover it. Group the shape and Matrix visual. Fill the shape with the same color as Matrix's background and switch off its outline.
Best Regards,
Community Support Team _ Jing
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"
- v-jingzhang4 years agoCommunity Support
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