The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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
Also, need to have the 14576% removed. I will appreciate the assistance as i have to present this report next week. Thank you LH09
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