EN VI
Posts (0)
Questions (7)
2024-03-10 00:30:06
You probably want to remove the index column first, but you can use this pasted into home ... advanced editor ... change the groupsof number for number of columns you want to stack as a group, and cha...
Tags: powerbi powerquery m
2024-03-12 00:00:07
Try combining those data columns into a table and then expanding let [...] // Converter a resposta JSON em uma tabela jsonResponse = Json.Document(response), #"Convertido para Tabela" =...
Tags: json powerbi powerquery
2024-03-12 16:00:05
The only possible reason is that the query is not successfully refreshing and loading into Power BI so you're still seeing the old data and column names.
2024-03-12 16:00:11
Try this: Table.Combine(Expression.Evaluate(cnsList, #shared))
Tags: excel powerbi powerquery
2024-03-13 17:30:09
Try this in powequery let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"Date", type date}}), #"Duplicated Column" = Table.Duplicat...
2024-03-14 16:00:08
In PQ go to menu Add column > custom column and past below function, replace column1 with the name of your column: Text.Combine(List.Distinct(Text.Split([Column1]," "))," ")
Tags: powerbi dax powerquery
2024-03-15 10:00:08
You did not specify what you wanted returned in the third column if the second column contained neither Agree nor Disagree. I returned a null, but you can easily change that. The algorithm consistis...

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login