Power Query Challenge: Dynamically Select Last Column (PQC01)

  Рет қаралды 4,303

AAA Excel’s Power

AAA Excel’s Power

Күн бұрын

Пікірлер: 22
@DataDashPro
@DataDashPro 2 жыл бұрын
Happy to see English version video. Please keep it up.
@AAAExcel
@AAAExcel 2 жыл бұрын
Thank you 🙏
@sktneer
@sktneer 6 ай бұрын
I solved it using the following M Code... let Source = Table.SelectRows(Excel.CurrentWorkbook(), each [Name] = "Data")[Content]{0}, ColNames = Table.ColumnNames(Source), Cols = {"NAME"} & {List.Last(ColNames)}, FinalData = Table.SelectColumns(Source,Cols) in FinalData
@AAAExcel
@AAAExcel 6 ай бұрын
super cool, thank you for sharing your idea's
@sktneer
@sktneer 5 ай бұрын
@@AAAExcel Thanks! I'm glad you liked my solution. Your video was a great inspiration!
@mostafaabdelgaid867
@mostafaabdelgaid867 2 жыл бұрын
ربنا يبارك في عمرك وعملك اني احبك في الله
@AAAExcel
@AAAExcel 2 жыл бұрын
بارك الله فيك يا مصطفى.. احبك الله 🙏🙏
@usmaniqbal1836
@usmaniqbal1836 2 жыл бұрын
جزاک اللہ اخی
@AAAExcel
@AAAExcel 2 жыл бұрын
JazakAllah Usman
@usmaniqbal1836
@usmaniqbal1836 2 жыл бұрын
@@AAAExcel وایاک
@kishorpanara4191
@kishorpanara4191 2 жыл бұрын
Awesome my dear friend
@AAAExcel
@AAAExcel 2 жыл бұрын
Thank you 🙏
@amaniahmed1474
@amaniahmed1474 2 жыл бұрын
we are really proud of you...keep it up
@AAAExcel
@AAAExcel 2 жыл бұрын
Thank you so much Amani 🙏🙏🙏
@latinamericanboy
@latinamericanboy 2 жыл бұрын
Sensational content!!
@AAAExcel
@AAAExcel 2 жыл бұрын
Thank you 🙏
@proswes1017
@proswes1017 13 күн бұрын
let Source = Excel.CurrentWorkbook(){0}[Content], Reqcol = Table.SelectColumns(Source,{"Name",List.Last(Table.ColumnNames(Source))}) in Reqcol
@TheSandipstar
@TheSandipstar Жыл бұрын
sir, need more vedios on English
@AAAExcel
@AAAExcel Жыл бұрын
Hi, I am posting English videos to another channel, dedicated for English content youtube.com/@aaaexcelenglish
@pascaljoly5752
@pascaljoly5752 9 ай бұрын
let Source = Excel.CurrentWorkbook(){[Name="Table2"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"ID", type text}, {"Name", type text}, {"Jan", Int64.Type}, {"Feb", Int64.Type}, {"Mar", Int64.Type}}), Custom1 = Table.ColumnNames(#"Changed Type"), #"Last column" = List.Reverse(Custom1), #"Removed Other Columns" = Table.SelectColumns(Source,{"Name", #"Last column"{0}}) in #"Removed Other Columns"
@pascaljoly5752
@pascaljoly5752 9 ай бұрын
i simply took a list of the column names using the Table.ColumnNames function. then i reversed the list so that the last item on the list ended up in first position in my list (position {0} since Power query starts counting at 0 and not 1). then i selected the columns i needed (i.e. name and March) and, in the step created, I simply replaced "March" by the name of the list I created (I.e. #"Last column) and selected the first item in this list {0}. worked fine. i then added April only and refreshed and it worked and then i added May and june at once and it showed June when i refreshed. thanks for the challenges. it's fun
@AAAExcel
@AAAExcel 7 ай бұрын
Super - thank you
Power Query Challenge: Running Total & Monthly Running Total (PQC02)
1:54
AAA Excel’s Power
Рет қаралды 1,5 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 54 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 103 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
The Magic of Working with Lists in Power Query
14:27
Goodly
Рет қаралды 95 М.
Using the List technique in Power Query to recombine tables
6:51
Access Analytic
Рет қаралды 5 М.
Power Query - Dynamically Set Query Header Titles
8:52
BA Sensei
Рет қаралды 8 М.
Lookup Values in the Same Table with Power Query M
5:40
BI Gorilla
Рет қаралды 17 М.
5 Best Practices in Power Query
11:31
Goodly
Рет қаралды 52 М.