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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors
Top Kudoed Authors