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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
gopinathna_
Frequent Visitor

Dax Measure returns Blank value in Visual

  1. Dax Measure returns Blank Value in Visual but working in other dashboard properly and value showing in Dax Studio. Not able to understand the exact issue. Any one can help
3 REPLIES 3
Dhairya
Solution Supplier
Solution Supplier

Check the visual level or page level filters if applied, please elaborate on your issue by sharing a sample dataset, measure, and expected output after removing sensitive information.

Please find the measure i am using.
 
Measure 1 - Total_PNRRefund_Prem = CALCULATE(
        SUM(PNR_Refund[Refund_Amount]),
        FILTER(PNR_Refund, PNR_Refund[Business_Type]="Retail"
        ))
Measure 2 - PNR Refund (in Cr) = PNR_Refund[Total_PNRRefund_Prem]/10000000
Measure 3 - PNR Refund % (NB) = DIVIDE([Total_PNRRefund_Prem],'New Business Collection'[New Business Collection])
 
Its happening in one particular table only.

 

Capture.PNG

Hey @gopinathna_ 
Can you please share dummy data that I can copy and try on my system, from the above information I'm unable to solve the exact issue.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors