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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Reply
Netrelemo
Helper IV
Helper IV

DataSource.Error: OData: Unsupported query option encountered: $expand

I am using PowerQuery on a OData source pointing at MS Project Online. 

One of the columns in my query is type "Record".

When I expand the column, I can choose the columns I want, but the result is the error as titled...

DataSource.Error: OData: Unsupported query option encountered: $expand

 

Netrelemo_1-1674688706060.png

 

 

Netrelemo_0-1674758194712.png

 

 

What am I doing wrong? How do I solve it? 

3 REPLIES 3
Newtten
New Member

if you right click on the column you would like to expand, and select unpivot then you will be able to expand it 

Thanks @amitchandak,

I have seen those links already, but they are not helpful. 

 

Maybe I should rephrase my question: How do I convert a column of data type records to a column of data type table. I'm not expecting a solution, since the problem is not actually inPowerQuery, but rather in the underlying data provider. 

The PowerQuery function 

 

= Table.ExpandRecordColumn(Filtered, "Time", {"TimeMonthOfTheYear"}, {"Time.TimeMonthOfTheYear"})

 

would theoretically do the trick, but since the data provider bombs out, it won't work. So now I'm wondering if I must have some sort of custom function approach to read each record and extract this one field that I want from the record.  

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.