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
Anonymous
Not applicable

Replace NULL with NA in Report Builder

Hi 

I have created the parameter which have NULL values. Since multi select does not support NULL I want to replace with NA.

 

Original query looks like this:

EVALUATE SUMMARIZECOLUMNS('Flat_Report_Center'[Field])

 

I tried with below query but it's not showing any values.

EVALUATE
SELECTCOLUMNS (
ADDCOLUMNS (
SUMMARIZECOLUMNS (
'Flat_Report_Center'[Field]
),
"TempId", IF(ISBLANK('Flat_Report_Center'[Field]),"NA",'Flat_Report_Center'[Field])
),
"Field",[TempId]
)

 

Is there any other way where we can repalce NULL with NA as NULL is integral part of report.

 

Thanks in advance.

0 REPLIES 0

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