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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Rahul_SC
Helper IV
Helper IV

Replace blank in metrix

Hi,

I want to replace blank values with "No value" in metrix table. I am using some if condition to filll it or used coalesce dax also. But not able to fill blank values with alternative values. Below is the table structure, I have. 

Rahul_SC_0-1678189961507.png

This is the metrix, not sure how this blank value can be filled with any other alternative value. 

Rahul_SC_1-1678190345433.png

 

Thanks

 

1 ACCEPTED SOLUTION

@Rahul_SC 

Use a dim table for for week number. 

View solution in original post

5 REPLIES 5
Rahul_SC
Helper IV
Helper IV

@tamerj1 , thanks! at least for now I can use this way to get the same output.

tamerj1
Super User
Super User

Hi @Rahul_SC 

please try

IF (

ISEMPTY ( 'Table' ),

"No value",

SUM ( 'Table'[Value] )

)

Hi @tamerj1 ,

 

I had tried this, and again tried it. It is still give empty value.

 

Rahul_SC_0-1678192230987.png

 

@Rahul_SC 

Use a dim table for for week number. 

Hi @tamerj1 , thanks, now, it works.

 

but it must work without dim table. Because I need to use any other catogorical column. 

 

Let's say, If I have a column where names are there (ex - A, B, C, D ----etc.). then I want to make it work ? how we can do that ?

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.