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! Learn more

Reply
Anonymous
Not applicable

"No Data" display for visual

Hi,

I have a 2 measures and 2 dimension in my chart visual (Column chart for example). I have tried 2  below examples but both  fail to display the "Nodata"  message.

 

NoDAT Ext = IF([ActualInternal]= BLANK() && [PlanedInternal]= BLANK() ,"No Data",""))

NoDATAInt = IF(ISBLANK([ActualInternal]) && ISBLANK([PlanedInternal]),"No Data","")
 
Can someone please help me on this?
2 REPLIES 2
Anonymous
Not applicable

Hi Jai,

Sorry, I can't share my pbix, I can give you the example dimension and measure names and also am showing this Dimension as slicers:

Kasireddyvina_0-1613037225222.png

On visual below Dimensions and measures are used.

Dimension:

1.Country

2.Date

Measure:

1.Salaes 

2.Margin

 

Thanks for your quick reply:)

jaideepnema
Solution Sage
Solution Sage

Hi @Anonymous ,

Not very clear can you share a file with sample data ? just to understand your query

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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