PQ-06 Header Upper case in Power Query code
Below code
UpperHeaders = Table.TransformColumnNames(Source, each Text.Upper(_))
Note :- Source is previous step , you can change previous step.
PQ-06 Header Upper case in Power Query code
Below code
UpperHeaders = Table.TransformColumnNames(Source, each Text.Upper(_))
Note :- Source is previous step , you can change previous step.
Video Link- Power Query - How to use Drill Down Variables in Queries - YouTube
Power Query में Drill Down एक ऐसा फीचर है जो आपको किसी table या record से एक specific value को isolate करके उसे एक variable की तरह इस्तेमाल करने की सुविधा देता है। इसका सबसे ज़्यादा उपयोग तब होता है जब आप किसी cell की value को future steps में reference के तौर पर इस्तेमाल करना चाहते हैं।
कैसे काम करता है Drill Down:
अब Power Query उस value को एक single value output में बदल देगा, जिसे आप आगे की queries में use कर सकते हैं—जैसे filtering, merging, या calculations में।
उदाहरण:
मान लीजिए आपके पास एक table है जिसमें सालाना sales data है, और आप सिर्फ 2024 की total sales को isolate करना चाहते हैं। आप उस cell पर Drill Down करेंगे, और फिर उस value को एक variable की तरह use कर सकते हैं—for example, filter करने के लिए कि किन products ने उस value से ज़्यादा sale की
-----------------------------------------------------------------------------------------
Video Link- Learn POWER QUERY step by step in Hindi – Advance Excel
Power Query एक ऐसा टूल है जो Excel और Power BI में डेटा को Extract (निकालना), Transform (रूपांतरित करना), और Load (लोड करना) यानी ETL प्रोसेस को आसान और ऑटोमेटेड बनाता है। इसका उपयोग करके आप अलग-अलग स्रोतों से डेटा इम्पोर्ट कर सकते हैं, उसे क्लीन कर सकते हैं, और फिर Excel में लोड कर सकते हैं—बिना किसी मैन्युअल एडिटिंग के।
Power Query के मुख्य फ़ायदे:
How to Date format in power query and Power Bi | Power query date issue
below date by power query when date datatype
i want show date in DD-MMM-YY example 02-MAY-24
Step-1 in raw file date in date format . below screenshot
Step 2- Date column not change in date data type if power query auto change data type in date . pls cancel/ delete change data type step and Manual Change data data type in Text.
show output below