Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
LH09
Regular Visitor

Matrix visual need to adjust the Percent Utilized column

I created a matrix visual that shows the Program names (HCVP Inventory Group), the number of units leased up in each of these programs, the number of new vouchers issued to persons looking to leases up in these programs (New Vouchers Issued), the number of vouchers remaining to give out to persons use to lease up (Potential Vouchers), the Utilization Percentage. The table below have Programs that are awarded a certain number of vouchers (Award count). The 2 Programs( highlighed in yellow), I want to show the number of leased units, the Potential vouchers and Percentage should be BLANK on my Matrix visual (see screenshot of Matrix visual below). The Potential Vouchers column Dax is

PotentialVouchers = VAR PotentialVouchers = 'Award Voucher Counts'[SumAwardCnt]-(HCVP_Resident_Demographic[Leased+Issued])
RETURN IF(PotentialVouchers < 0, BLANK(), PotentialVouchers)

The Percentage Dax is 

PerCentage = DIVIDE(HCVP_Resident_Demographic[Count], 'Award Voucher Counts'[SumAwardCnt]+0)

 

Also, need to have the 14576% removed.  I will appreciate the assistance as i have to present this report next week.  Thank you LH09

LH09_1-1717183894635.png

LH09_2-1717184448328.png

 

  

 

1 REPLY 1
Ritaf1983
Super User
Super User

Hi @LH09 

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors