Download Excel File: https://excelisfun.net/files/EMT1813.xlsx
Create Single Cell Formulas to calculate the average number of days to ship an order based on a Ship Date Column and a Order Date Column. Learn a Microsoft Excel 365 Formula and a formula that works in any version.
Topics:
1. (00:00) Introduction
2. (00:10) Helper Column Method.
3. (02:13) Microsoft 365 Excel and Excel 2021 Formula
4. () Formula that works in all versions of Excel
5. (02:34) Summary, Closing, Video Links
Category: Business
Allow users to Show and Hide columns in a Power BI Paginated report!
In a Power BI Paginated Report, you can allow your report consumers to customize what they see in the report such as which columns they want in their table or matrix. Patrick shows you how!
#PowerBI #Paginated #GuyInACube
How To Build A Google News Aggregator In Power BI Using Python
While most of its users use Power BI to analyze their own data, the ‘Get Data from Website’ functionality makes it easy to analyze external data. In this video, Gaelim is going to show how you can build a Google News aggregator in Power BI using Python which visualizes news that might be relevant to your report.
***** Video Details *****
00:00 Introduction
00:19 End result
02:00 Data set
02:47 Installing Google News library
03:48 Using the News Crawler
06:34 Using Loops
***** Learning Power BI? *****
FREE COURSE – Ultimate Beginners Guide To Power BI – www.enterprisedna.co/courses/ultimate-beginners-guide-to-power-bi
FREE COURSE – Ultimate Beginners Guide To DAX – www.enterprisedna.co/courses/ultimate-beginners-guide-to-dax
FREE Continue reading “How To Build A Google News Aggregator In Power BI Using Python”
Excel Keeps Inserting A Space In the Name WITHA – 2356
We have a person in our roster with the first name of “Witha”. But Excel constantly changes this to “With A”. We are being stung by one of the thousands of entries in the Excel AutoCorrect Options dialog.
This video will show you how to stop Excel from autocorrecting Witha to With A.
What is a Common Table Expression (CTE) and how do you use them?
We’ve had some questions about what a Common Table Expression (CTE) is. Patrick describes what they are and how you can use them in SQL Server or Azure Synapse Analytics.
WITH common_table_expression (Transact-SQL)
https://learn.microsoft.com/sql/t-sql/queries/with-common-table-expression-transact-sql?view=sql-server-ver16
Sample Scripts – https://github.com/guyinacube/demo-files/tree/master/video%20demos/Synapse
📢 Become a member: https://guyinacu.be/membership
*******************
Want to take your Power BI skills to the next level? We have training courses available to help you with your journey.
🎓 Guy in a Cube courses: https://guyinacu.be/courses
*******************
LET’S CONNECT!
*******************
— http://twitter.com/guyinacube
— http://twitter.com/awsaxton
— http://twitter.com/patrickdba
— http://www.facebook.com/guyinacube
— https://www.instagram.com/guyinacube/
— Continue reading “What is a Common Table Expression (CTE) and how do you use them?”
Create Dynamic Visuals Based On Ranking In Power BI With DAX
In this tutorial, Sam shows how you can rank customers in Power BI with DAX, based on their sales or profits and also create visualizations that dynamically change for additional filters that you may put in place.
***** Video Details *****
00:00 Introduction
01:13 Total costs and total profits measures
02:29 RANKX function
03:50 ALL function
04:22 Top 10 table
05:20 Fixing incorrect total
07:13 Dynamic visualizations
***** Learning Power BI? *****
FREE COURSE – Ultimate Beginners Guide To Power BI – www.enterprisedna.co/courses/ultimate-beginners-guide-to-power-bi
FREE COURSE – Ultimate Beginners Guide To DAX – www.enterprisedna.co/courses/ultimate-beginners-guide-to-dax
FREE – Power BI Resources – www.enterprisedna.co/power-bi-resources
Enterprise DNA On-Demand – app.enterprisedna.co
Enterprise DNA Subscription – app.enterprisedna.co/pricing
Enterprise DNA Events Continue reading “Create Dynamic Visuals Based On Ranking In Power BI With DAX”
Why You Should Take Advantage Of The DAX Table Constructor
In today’s video, Greg showcases one of his most used DAX constructs which he thinks is often overlooked by the DAX community — the DAX Table Constructor. He’ll be showing you what it’s all about and some examples on how he used it on some of his real-world works.
*****Video Details*****
00:00 Introduction
01:48 Table 1
03:18 Table 2
05:48 Single column
06:09 Multiple columns
06:52 Table 3
09:52 BASE example
11:00 GAMMA example
11:27 Text to Table example
12:19 XOR example
***** Learning Power BI? *****
FREE COURSE – Ultimate Beginners Guide To Power BI – www.enterprisedna.co/courses/ultimate-beginners-guide-to-power-bi
FREE COURSE – Ultimate Beginners Guide To DAX – www.enterprisedna.co/courses/ultimate-beginners-guide-to-dax
FREE – Power BI Resources – Continue reading “Why You Should Take Advantage Of The DAX Table Constructor”
Extract All Digits from Range & List in Column – Excel Magic Trick 1812 #shorts
Download Excel File: https://excelisfun.net/files/EMT1812.xlsx
Learn how to Extract All Digits From Range & List in Column. Learn a Microsoft Excel 365 Formula and a formula that works in any version.
Topics:
1. (00:00) Introduction
2. (00:10) Microsoft 365 Excel Formula. See the functions: MID, SEQUENCE, SUM, LEN.
3. (01:25) Formula that works in any version of Excel. See the functions: INDEX, ROWS, MID, SUM, LEN, ROW and INDIRECT.
4. (02:13) Convert Text Numbers To Numbers
5. (02:34) Summary, Closing, Video Links
#Shorts
How To Write And Debug M Code More Effectively
In today’s video Brian discusses three important techniques that will help you write and debug M code more effectively: 1) the use of pseudocode: 2) the use of table duplicate to create “save points” to bookmark your coding/debugging progress; and 3) the use of record structures to break complex M expressions down into component variables, similar to DAX coding and debugging techniques.
*****Video Details*****
00:00 Introduction
01:15 Pseudocode solution
04:59 Debugging
09:27 Referencing
04:40 The errors
05:34 Record structure
09:28 Table duplicate
16:06 Recap
***** Learning Power BI? *****
FREE COURSE – Ultimate Beginners Guide To Power BI – www.enterprisedna.co/courses/ultimate-beginners-guide-to-power-bi
FREE COURSE – Ultimate Beginners Guide To DAX – www.enterprisedna.co/courses/ultimate-beginners-guide-to-dax
FREE – Continue reading “How To Write And Debug M Code More Effectively”
ChatGPT Versus 2 Humans Writing Power Query – 2355
Laura B has a tricky Power Query question today. She needs to delete all rows where B=C and D=E. Bill solves this in the Power Query Editor but knows it is not efficient.
He turns to ChatGPT – an Artificial Intelligence tool that is in a free research preview. Bill is amazed at how quickly ChatGPT writes M code for Power Query. But then he bangs his head against the wall trying to get it to work.
See why Stack Overflow has banned ChatGPT because it generates code that is usually wrong but looks like it could work.
Finally, we turn to Continue reading “ChatGPT Versus 2 Humans Writing Power Query – 2355”
How To Use Query Parameter In Power BI [2023 Update]
In this tutorial, Sam shows how to use the query parameter feature inside of Power BI. You can bring significant scale to your reporting by using this feature without the need for duplicated reporting. Build a model once and then use this to add additional filters to your reports.
*****Video Details*****
00:00 Introduction
00:24 Query parameters
01:54 Creating a parameter
02:48 Integrating a Parameter into a query
04:50 Dealing with blanks in the table
***** Learning Power BI? *****
FREE COURSE – Ultimate Beginners Guide To Power BI – www.enterprisedna.co/courses/ultimate-beginners-guide-to-power-bi
FREE COURSE – Ultimate Beginners Guide To DAX – www.enterprisedna.co/courses/ultimate-beginners-guide-to-dax
FREE – Power BI Resources – www.enterprisedna.co/power-bi-resources
Enterprise DNA Continue reading “How To Use Query Parameter In Power BI [2023 Update]”
Visualizing Data and Building Dashboards in Excel & Power BI – 365 MECS 11
Download Zipped Folder with All Files: https://excelisfun.net/files/11-M365ExcelClassVideoFiles.zip
Course taught by Excel MVP and Highline College Professor, Mike Girvin. Course is Microsoft 365 Excel Complete Story.
This video covers the basics of visualizing data, then shows how to create five different types of Dashboards.
Topics in video:
1. (00:00) Introduction
2. (00:21) Topics
3. (01:06) Why Visualize? Table or Visualization?
4. (03:44) Edward R. Tufte and High Data/Ink Ratio Rule and “No Chart Junk Rule”
5. (05:56) Tables Formatting Rules
6. (12:03) Conditional Formatting
7. (15:41) Column and Bar Charts to compare differences across categories
8. (24:00) Cross Tab Chart: Clustered Column / Bar & Stacked Column / Bar
9. Continue reading “Visualizing Data and Building Dashboards in Excel & Power BI – 365 MECS 11”