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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Dlutchy
Frequent Visitor

Expression.Error: The import xxxx matches no exports. Did you miss a module reference?

I have a Power Query that merges 2 Dataverse 2 tables to a new table. In the new table I have a Custom Column with the following simple If expression:

if ifmet_reviewer = null then ifmet_approver else ifmet_reviewer

 The results of the column come back with an error: Expression.Error: The import ifmet_reviewer matches no exports. Did you miss a module reference?

 

My full Query looks like this

Dlutchy_0-1676416731877.png

The full details are

Dlutchy_1-1676416880206.png

 

Anyone have any ideas how to fix?

thanks

 

1 ACCEPTED SOLUTION
v-cgao-msft
Community Support
Community Support

Hi @Dlutchy ,

 

Please try:

if [ifmet_reviewer] = null then [ifmet_approver] else [ifmet_reviewer]

For column references, you need to add [ ] ([ColumnName]) in addition to the column name.

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

View solution in original post

2 REPLIES 2
Dlutchy
Frequent Visitor

@v-cgao-msft thanks for your help. Perfect.

v-cgao-msft
Community Support
Community Support

Hi @Dlutchy ,

 

Please try:

if [ifmet_reviewer] = null then [ifmet_approver] else [ifmet_reviewer]

For column references, you need to add [ ] ([ColumnName]) in addition to the column name.

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

Top Solution Authors
Top Kudoed Authors