Power BI User on 09 Mar 2015 02:51:32
- Comments (71)
RE: dbf
PLEASE WE NEED TO IMPORT DBF FILES!
RE: dbf
PLEASE WE NEED TO IMPORT DBF FILES!
RE: dbf
Please let us import DBF files!
RE: dbf
Please add import capabilities for DBF (dBase) files in PowerBI.
Best regards from Serbia, Bratislav
RE: dbf
Please, I would appreciate it if you would like to add the possibility of importing dbf files into PowerBi. It would be a great contribution on your part.
RE: dbf
The ability to read direct from .dbf would enable us to report from our antique Visual FoxPro based business system so would definitely get my vote.
RE: dbf
Please add import capabilities for dbf files in PowerBi
RE: dbf
.dbf files are still be using in milliards systems all around the world. I think It's worth enabling importing such files.
RE: dbf
Please, enable .dbf file importing
RE: dbf
J''ai déjà un requête pour ce type d'importation :
let CheminFichierDBF=(CF)=>
// (Importer DBF chemin complet comme exemple SPTFT\PRD05_18.DBF)
let
Source = Odbc.Query("dsn=dBASE Files", "SELECT *#(lf) #(lf)FROM C:\"&CF)
in
Source
in
CheminFichierDBF