Archivo el 28/02/2021

Como conectarse a un formulario de Microsoft Forms con Power BI

Creamos la siguiente función en power query (idFormulario as text, idminimo as text, idmaximo as text)=> let Origen = Excel.Workbook(Web.Contents("https://forms.office.com/formapi/",[RelativePath="DownloadExcelFile.ashx?formid="&idFormulario&"&minResponseId="&idminimo&"&maxResponseId="&idmaximo])), Table1_Table = Origen{[Item="Table1",Kind="Table"]}[Data] in Table1_Table Necesitamos el idFormulario, ponemos 1…

Leer más