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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Syndicate_Admin
Administrator
Administrator

Error processing dataset

Hello everyone! I need your help with this error that comes out every time I try to update my dashboards:

Processing error: We cannot convert the value null to type List.
Cluster URI: WABI-SOUTH-CENTRAL-US-redirect.analysis.windows.net
Activity ID: 96ce00d2-0637-43f9-a596-0e4225cf978f
Application ID: 36664a59-aada-a155-300a-2ab3821b95f5
Time: 2021-09-14 14:08:54Z

Does anyone know how I can solve this problem? help po please

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @Syndicate_Admin 

 

Open Power Query Editor and find out on which step this error starts to occur. Then fix it there. These links may be helpful:

Power Query - Common Errors & How to Fix Them - Excel Off The Grid

Dealing with errors | Microsoft Docs

 

If it happens on a column which should have List values but sometimes may have null values in the data source, you can consider inserting a step to remove null value rows if you don't need them. Or replace null with other values if you want to keep the rows. You can also use try ... otherwise ... expressions to deal with errors. See M Language Error Handling

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

amitchandak
Super User
Super User

@Syndicate_Admin , do you have a list column coming from your data source?

You might have converted it into columns and rows. That is giving problem. Open power query and check for more details

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors