Hi All, I'm new to power bi desktop and power query. Now I have a table named ProjectsSummary which contain 5 columns which will be used below: [PN] [StartDate] [MonthsBetween] [MonthlyQty]...
In a solution in a development environment, I added a column to a table. I then exported the solution as unmanaged and imported it into a pre-production environment. Using Dynamics 365, I was able to...
Hello, I hope you can help me with a case I have spent hours on. I am struggling with consecutive values where they are spread over several columns. You can access the sample data via ...
Hello! I have been trying to write a code in Power Query that allows me to have a custom column that comes back with either true or false If all of the columns selected in a row are nulls. I know I...
Hi there, i am getting data from Smartsheet and would like to create an incremental refresh. Unfortunately "View native query" is greyed out. I've checked all the other threads in this foru...
...ype text}}), DayName = Table.TransformColumnTypes(Table.AddColumn(MonthName, "DayName", each DayList{[DayOfWeekNumber]-1}), {{"DayName", type text}}), //Add a column that returns true if the date on r...
If I wanted to break down my total revenue measure month over month in a table. I dont want to have to add a month each time, so want it to add everytime by itself
Hi everyone, I am trying to add a custom column by comparing a different table. To simplify let's say I have 2 tables (or 2 queries or 2 datasets). One is called June and another is called J...
Hi, I don't have much experience with M, and am a new user of Power Query. I've got the above error after running the below code: #"Changed Type2" = Table.TransformColumnTypes(#"Renamed Col...