The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
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
User | Count |
---|---|
37 | |
14 | |
12 | |
12 | |
8 |
User | Count |
---|---|
50 | |
37 | |
24 | |
22 | |
18 |