How to add a Calc Column to Power BI Direct Lake models

Calculated Column is greyed out for Power BI Direct Lake Models. So, how do you add a column? Patrick shows you how to get a “calculated column” into your Power BI Direct Lake models within Microsoft Fabric.

Matthew Roche’s Maxim of Data Transformation: https://youtu.be/OAlys79j81Q

📢 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
— <a href="http://www.facebook.com/guyinacube" target="_blank" Continue reading “How to add a Calc Column to Power BI Direct Lake models”

Excel – How to Quickly Convert Text URLs to Clickable Hyperlinks in Excel with VBA – Episode 2665

Microsoft Excel Tutorial: Jody needs a way to convert a column of text URLS into clickable hyperlinks in Excel.

Here is the macro:
Sub MakeSelectedHyperlinksHot()
For Each Cell In Selection
ActiveSheet.Hyperlinks.Add Anchor:=Cell, Address:=Cell.Value, TextToDisplay:=Cell.Value
Next Cell
End Sub

In this video, we tackle a common Excel issue: converting thousands of text strings that look like URLs into clickable hyperlinks. Jody reached out with a situation—5,000 rows of exported data in Excel, all containing text that resembles hyperlinks. The manual method of right-clicking each cell and creating hyperlinks one by one is tedious and inefficient. Is Continue reading “Excel – How to Quickly Convert Text URLs to Clickable Hyperlinks in Excel with VBA – Episode 2665”

MS 365 Excel Basics #3.5: Spill Rectangle Range of Weekly Commission Paid Amounts: #Short EMT 34

See how to use a formula to spill a rectangle Range of Weekly Commission Paid Amounts. Microsoft 365 Excel makes life easy! Download Excel file: https://people.highline.edu/mgirvin/AllClasses/218M365/Content/ExcelShort34.xlsx

Learn #excel #excelformulas #excelfunctions

Three Common Sized Balance Sheet with Single Formula (ACCGT 455). #Short Excel Trick 30

Download Excel file: https://people.highline.edu/mgirvin/AllClasses/455/ch02/ExcelShorts27-30-For-ACCTG455.xlsx
See an Old School Formula with Mixed Cell References that is easier to create than a spilled formula when you want to create a Common Sized Balance Sheet.