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

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 @Anonymous ,

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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