Uploaded February 2023 | Updated September 2026, 1 day ago
π₯ Join our popular FREE Power BI QuickStart course today π link.xelplus.com/yt-g-AI-powerbi-starter
Microsoft introduced a new feature in Power BI that can suggest DAX formulas for you. You can ask for the DAX measure you need in natural language and artificial intelligence will write the DAX code for you.
β If you're ready to become a Power BI Pro, join our "Fast Track with Power BI" π xelplus.com/course/fast-track-to-power-bi
The AI used is OpenAI GPT-3. It's one of the first AI integrations of GPT-3 in the Microsoft applications. In this video we'll see how well this works. It's also important to test your DAX measures and also some scenarios you need to be aware of. So you'll have to currently "correct" the automatic DAX measures that are written for you.
β Boost Your Skills: Browse Our Courses βΊ link.xelplus.com/yt-d-all-courses
00:00 No More Learning DAX
00:24 Important Settings for Quick Measure Suggestions
01:43 Why Use AI in Power BI
02:14 Simple Measures with AI
03:49 More Complex Measures
05:44 When AI in Power BI Fails
09:03 What to Watch Out For
13:02 My Conclusion about AI in Power BI
π¬ LINKS to related videos:
Should You Learn Power Bi? Everything You Need To Know: youtu.be/7ZMQZ0UUuTs
How To Create these useful Power Bi Visuals that Excel Lacks: youtu.be/GpP0EbSMRpg
β‘οΈ Join this channel to get access to perks: youtube.com/channel/UCJtUOos_MwJa_Ewii-R3cJA/join
πβ Get the Official XelPlus MERCH: xelplus.creator-spring.com
π Not sure which of my Excel courses fits best for you? Take the quiz: xelplus.com/course-quiz
π₯ RESOURCES I recommend: xelplus.com/resources
π©Letβs connect on social:
Instagram: instagram.com/lgharani
LinkedIn: linkedin.com/company/xelplus
This description contains affiliate links, which means at no additional cost to you, we will receive a small commission if you make a purchase using the links. This helps support the channel and allows us to continue to make videos like this. Thank you for your support!
#powerbi #ai #chatgpt
π₯ Join our popular FREE Power BI QuickStart course today π link.xelplus.com/yt-g-AI-powerbi-starter
Microsoft introduced a new feature in Power BI that can suggest DAX formulas for you. You can ask for the DAX measure you need in natural language and artificial intelligence will write the DAX code for you.
β If you're ready to become a Power BI Pro, join our "Fast Track with Power BI" π xelplus.com/course/fast-track-to-power-bi
The AI used is OpenAI GPT-3. It's one of the first AI integrations of GPT-3 in the Microsoft applications. In this video we'll see how well this works. It's also important to test your DAX measures and also some scenarios you need to be aware of. So you'll have to currently "correct" the automatic DAX measures that are written for you.
β Boost Your Skills: Browse Our Courses βΊ link.xelplus.com/yt-d-all-courses
00:00 No More Learning DAX
00:24 Important Settings for Quick Measure Suggestions
01:43 Why Use AI in Power BI
02:14 Simple Measures with AI
03:49 More Complex Measures
05:44 When AI in Power BI Fails
09:03 What to Watch Out For
13:02 My Conclusion about AI in Power BI
π¬ LINKS to related videos:
Should You Learn Power Bi? Everything You Need To Know: youtu.be/7ZMQZ0UUuTs
How To Create these useful Power Bi Visuals that Excel Lacks: youtu.be/GpP0EbSMRpg
β‘οΈ Join this channel to get access to perks: youtube.com/channel/UCJtUOos_MwJa_Ewii-R3cJA/join
πβ Get the Official XelPlus MERCH: xelplus.creator-spring.com
π Not sure which of my Excel courses fits best for you? Take the quiz: xelplus.com/course-quiz
π₯ RESOURCES I recommend: xelplus.com/resources
π©Letβs connect on social:
Instagram: instagram.com/lgharani
LinkedIn: linkedin.com/company/xelplus
This description contains affiliate links, which means at no additional cost to you, we will receive a small commission if you make a purchase using the links. This helps support the channel and allows us to continue to make videos like this. Thank you for your support!
#powerbi #ai #chatgpt







![The 1-Formula Fix for Excelβs Messiest Tables
Learn Python in Excel: https://www.xelplus.com/course/python-in-excel/
Sales data split across monthly columns? Heres how to reshape it into one clean table, with month, sales, and units each in their own column, using Python inside Excel.
=PY
pd.wide_to_long(sales_data, stubnames=[sales,units], i=sales rep, j=month, sep , suffix=.+).reset_index()
- Type =PY and press Tab to activate Python mode
- wide_to_long turns repeated column groups (like sales_Jan, units_Jan) into rows
- stubnames lists the values youre tracking
- i is your identifier column, like sales rep
- j names the new column that holds the month
- sep matches the separator in your source headers
- suffix=.+ means the leftover text can be anything
- reset_index() keeps everything aligned
- Right-click the Python output and choose Excel Value to drop it into cells
Add a new month to your source data and the table updates on its own.
Uses the pandas wide_to_long function. Check the pandas docs for the full reference.
π¨ Subscribe to Between the Sheets newsletter to stay on top of office tips and Excel hacks: https://link.xelplus.com/yt-d-newsletter
π Join this channel to get access to perks:
https://www.youtube.com/channel/UCJtUOos_MwJa_Ewii-R3cJA/join
π² Letβs connect on social:
Instagram: https://www.instagram.com/lgharani
LinkedIn: https://www.linkedin.com/in/leilagharani
#Excel The 1-Formula Fix for Excelβs Messiest Tables](https://i.ytimg.com/vi/aUlGfk7kst0/mqdefault.jpg)


