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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Displaying "No Data" along with Y axis values

Hi,

when am displaying "No data" text for few visuals its displaying "NO data" along with Axis Values as below:

 

Kasireddyvina_1-1616563731887.png

 

where in the first visual showing Y axis values but in the 2nd visual its just plan (without Y axis values) as expected.

Measures used for 1st & 2nd Visuals:

Nodata 1st = IF (
CALCULATE ( DIVIDE(
CAP[CAP Last 4 Qtr ontime],CAPA[CAP Last 4 Qtr Due])) = BLANK (),
"No Data","")
 
Nodata  2st = IF(ISBLANK(CAP[CAP >50 % Delayed]),"No Data","")
 

 

May i know y this is happening from visual to visual?

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Try the first one also with isblank.  <> Blank() is good choice or isblank

 

Nodata 1st = IF (isblank(
CALCULATE ( DIVIDE(
CAP[CAP Last 4 Qtr ontime],CAPA[CAP Last 4 Qtr Due])) ),
"No Data","")

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , Try the first one also with isblank.  <> Blank() is good choice or isblank

 

Nodata 1st = IF (isblank(
CALCULATE ( DIVIDE(
CAP[CAP Last 4 Qtr ontime],CAPA[CAP Last 4 Qtr Due])) ),
"No Data","")

Anonymous
Not applicable

Hi Amit,

 

Tried as you mentioned, but still as same with y axis values?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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