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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
a_payette12_
Frequent Visitor

DataFlows Error while trying to update a table (The Import ConvertDate matches no exports)

Hi, 

 

I am having an issue with PowerBI.com dataflows tool. 

 

I am trying to import a table into the dataflow but I get this error : 

 

''The import ConvertDate matches no exports. Did you miss a module reference?''

 

This is my query : 

 

let
Source = Sql.Databases("RGBSQL2K1601"),
Biron_DataMart = Source{[Name="Biron_DataMart"]}[Data],
Biron_vw_Fact_TransactionsGL = Biron_DataMart{[Schema="Biron",Item="vw_Fact_TransactionsGL"]}[Data],
#"Lignes filtrées" = Table.SelectRows(Biron_vw_Fact_TransactionsGL, each [DimCalendarId] >= ConvertDate(RangeStart) and [DimCalendarId] <= ConvertDate(RangeEnd)),
#"Renamed Columns" = Table.RenameColumns(#"Lignes filtrées",{{"GLTransactionAmount", "Montant Transaction"}})
in
#"Renamed Columns"

 

 

Thank you.

Alexandra

­

­

1 REPLY 1
TeigeGao
Solution Sage
Solution Sage

Hi @a_payette12_ ,

Based on the above M query, it looks like that you haven't declared the resource ConvertDate, you only declared the Source = Sql.Databases("RGBSQL2K1601"), please check it.

Best Regards,

Teige

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors