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.

0

Power Query is very slow now

Hi,
 
I am trying to create a dataflow. However, Power Query Online is not working properly. The following query is processing forever...

let
  Origem = Table.FromList(
    {"Rascunho",
    "Proposta",
    "Proposta - Tempo Real",
    "Em Análise",
    "Em Análise - Tempo Real",
    "Revisão",
    "Recusada",
    "Anulada",
    "Aprovada",
    "Em Execução",
    "Fechada",
    "Finalizada"
    },
    null,
    {"statusSGO"}
  ),
  // Coluna funciona com um index para statusSGO
  #"Adicionando status" = Table.AddIndexColumn(Origem, "state", 1, 1, Int64.Type),
  #"Organizando colunas" = Table.ReorderColumns(#"Adicionando status", {"state", "statusSGO"}),
  #"Indicando tipos colunas" = Table.TransformColumnTypes(#"Organizando colunas", {{"statusSGO", type text}})
in
  #"Indicando tipos colunas"
Status: Delivered

Hi @gregoliveira 

I am so glad to hear that your issue has been fixed . I will change the status to "Delivered" .

 

Best Regards,
Community Support Team _ Ailsa Tao

Comments
v-yetao1-msft
Community Support
Status changed to: Investigating

Hi @gregoliveira 

I found some similar cases, maybe you can refer to them.

Solved: Slow Power Query - Microsoft Power BI Community

Solved: Power Query load from Dataflow is excruciatingly s... - Microsoft Power BI Community

 

Best Regards,
Community Support Team _ Ailsa Tao

gregoliveira
Helper II

Hi.

 

After I closed and re-enter, it started to work normaly.

 

Thanks.

v-yetao1-msft
Community Support
Status changed to: Delivered

Hi @gregoliveira 

I am so glad to hear that your issue has been fixed . I will change the status to "Delivered" .

 

Best Regards,
Community Support Team _ Ailsa Tao