Unleash the Potential of Data Activator in Microsoft Fabric

Get ready to unlock the full potential of Power BI with Data Activator in Microsoft Fabric. Join Will Thompson as he walks you through the features and benefits of this powerful tool. Whether you’re a Power BI pro or just starting out, this video has something for everyone.

What is Data Activator?
https://learn.microsoft.com/fabric/data-activator/data-activator-introduction

Get started with Data Activator
https://learn.microsoft.com/fabric/data-activator/data-activator-get-started

Will Thompson:
https://twitter.com/Will_MI77
https://www.linkedin.com/in/will-mi77/

📢 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 Continue reading “Unleash the Potential of Data Activator in Microsoft Fabric”

Why On-Object Editing in Power BI???

Curious about why Power BI introduced On-object editing? Rosie Levasseur joins us to explain why! We’ve come to love it and hope you give it a try.

Use on-object interaction with visuals in your report (preview)
https://learn.microsoft.com/power-bi/create-reports/power-bi-on-object-interaction

Roseanne Levasseur
https://www.linkedin.com/in/roseanne-levasseur/

📢 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
rel=”nofollow”>https://www.instagram.com/guyinacube/
https://guyinacube.com

***Gear***
🛠 Check out my Tools page – https://guyinacube.com/tools/

#PowerBI #MicrosoftFabric #GuyInACube

Exploring Ceiling, Floor, Ceiling.Math, and Floor.Math Functions in Excel and Power Query: A Guide

In the realm of numerical precision, Excel provides an array of functions to manipulate data accurately. Among these, Ceiling, Floor, Ceiling.Math, and Floor.Math functions play a pivotal role in rounding numbers to specific intervals. Additionally, when working with extensive datasets, Excel’s Power Query offers an advanced platform for data transformation. In this comprehensive guide, we will explore how to utilize Ceiling, Floor, Ceiling.Math, and Floor.Math functions in both Excel and Power Query, empowering you with enhanced data manipulation techniques.

Understanding Ceiling, Floor, Ceiling.Math, and Floor.Math Functions:

Before we delve into their applications, let’s understand the functionalities of these functions. The Ceiling function rounds a number up, away from zero, to the nearest multiple of significance. The Floor function rounds a number down, towards zero, to the nearest multiple of significance. Ceiling.Math and Floor.Math are specialized versions of these functions, offering precise control over the rounding process.

Ceiling, Floor, Ceiling.Math, and Floor.Math in Excel:

In Excel, employing these functions is straightforward. Consider a dataset with decimal values representing product prices:

  1. Ceiling Function in Excel: =CEILING(A2, 1) This formula rounds up the value in cell A2 to the nearest multiple of 1.
  2. Floor Function in Excel: =FLOOR(A2, 1) This formula rounds down the value in cell A2 to the nearest multiple of 1.
  3. Ceiling.Math Function in Excel: =CEILING.MATH(A2, 1) This formula rounds up the value in cell A2 to the nearest multiple of 1, similar to the Ceiling function.
  4. Floor.Math Function in Excel: =FLOOR.MATH(A2, 1) This formula rounds down the value in cell A2 to the nearest multiple of 1, similar to the Floor function.

Ceiling, Floor, Ceiling.Math, and Floor.Math in Power Query:

In Power Query, these functions extend your data transformation capabilities:

  1. Ceiling Function in Power Query: =Table.TransformColumns(Source, {{"Price", each Number.RoundUp(_, 0), type number}}) This formula rounds up the ‘Price’ column to the nearest whole number in the Power Query editor.
  2. Floor Function in Power Query: =Table.TransformColumns(Source, {{"Quantity", each Number.RoundDown(_, 0), type number}}) This formula rounds down the ‘Quantity’ column to the nearest whole number in the Power Query editor.
  3. Ceiling.Math Function in Power Query: =Table.TransformColumns(Source, {{"Value", each Number.RoundUp(_, 1), type number}}) This formula rounds up the ‘Value’ column to the nearest multiple of 1 in the Power Query editor.
  4. Floor.Math Function in Power Query: =Table.TransformColumns(Source, {{"Amount", each Number.RoundDown(_, 1), type number}}) This formula rounds down the ‘Amount’ column to the nearest multiple of 1 in the Power Query editor.

Applications and Benefits:

Understanding how to apply Ceiling, Floor, Ceiling.Math, and Floor.Math functions in both Excel and Power Query empowers you with precise control over numerical data. Whether you’re dealing with financial calculations, inventory management, or scientific analysis, these functions ensure your numbers align perfectly with your specific requirements, providing accuracy and reliability in your calculations.

Conclusion:

Mastering the Ceiling, Floor, Ceiling.Math, and Floor.Math functions in both Excel and Power Query equips you with advanced tools for nuanced data manipulations. By following the examples provided in this guide, you can confidently round numbers up or down, ensuring your data is finely tuned for comprehensive analysis and well-informed decision-making. Embrace the power of these functions in both Excel and Power Query, and elevate your data processing capabilities to new heights. Happy analyzing!

The Secret to Data-Driven Dynamic Subscriptions in Paginated Reports

We’ve been waiting a long time to see this! Finally dynamic subscriptions are available for Power BI Paginated reports! Maybe Patrick cried a little he was soooo happy!

Dynamic subscriptions for paginated reports (Preview)
https://powerbi.microsoft.com/en-us/blog/dynamic-subscriptions-for-paginated-reports-preview/

Dynamic per recipient subscriptions (Preview)
https://learn.microsoft.com/power-bi/collaborate-share/dynamic-subscriptions

📢 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
— <a href="https://www.instagram.com/guyinacube/" Continue reading “The Secret to Data-Driven Dynamic Subscriptions in Paginated Reports”

Mind-Blowing Power BI Update: Model View enhancements!

Hold on tight as Patrick unveils the game-changing update on Power BI Desktop that will blow your mind. Thanks to the hard work of Zoe and the Power BI team, you can now enjoy a whole new set of features and capabilities that will transform your modeling experience. Don’t miss out on the latest updates, make sure to subscribe for more exciting Power BI content!

Deep dive into the Model Explorer with calculation group authoring and creating relationships in the properties pane
https://powerbi.microsoft.com/en-us/blog/deep-dive-into-the-model-explorer-with-calculation-group-authoring-and-creating-relationships-in-the-properties-pane/

Work with Model explorer
https://learn.microsoft.com/power-bi/transform-model/model-explorer

Create calculation groups
https://learn.microsoft.com/power-bi/transform-model/calculation-groups

Calculation groups
https://aka.ms/calculationgroups

📢 Become Continue reading “Mind-Blowing Power BI Update: Model View enhancements!”

Excel Cell Tool Tip Calculated On The Fly – Episode 2631

Microsoft Excel Tutorial: Display an in-cell tooltip based on a calculation.

To download the workbook from today: https://www.mrexcel.com/youtube/Q5vwz18lir4/
Rather than type the code, download the workbook and copy it from my workbook.

Welcome to episode 2631 of MrExcel’s netcast! In this video, we will be discussing an amazing idea that was sent in by one of our viewers on YouTube. The idea is to have a cell tool tip that is calculated on the fly, meaning that the recommended value in the tool tip changes based on the data entered. This is a great way to make data entry more Continue reading “Excel Cell Tool Tip Calculated On The Fly – Episode 2631”

Finish the Puzzle: Querying Power BI Semantic Models with Semantic Link!

Want to use notebooks to leverage data from a Power BI semantic model (dataset)? Maybe you’re a data scientist wanting to augment your models with that data, or maybe you just want to validate stuff as a Power BI developer. Semantic Link (or Sempy) can help!

Sample Notebook: https://github.com/guyinacube/demo-files/blob/master/video%20demos/Synapse/20231019%20-%20Sempy.ipynb

What is semantic link?
https://learn.microsoft.com/fabric/data-science/semantic-link-overview

Tutorial: Clean data with functional dependencies
https://learn.microsoft.com/fabric/data-science/tutorial-data-cleaning-functional-dependencies

Tutorial: Extract and calculate Power BI measures from a Jupyter notebook
https://learn.microsoft.com/fabric/data-science/tutorial-power-bi-measures

Detect, explore, and validate functional dependencies in your data
https://learn.microsoft.com/fabric/data-science/semantic-link-validate-data

fabric Package
https://learn.microsoft.com/python/api/semantic-link-sempy/sempy.fabric?view=semantic-link-python

📢 Become a member: https://guyinacu.be/membership Continue reading “Finish the Puzzle: Querying Power BI Semantic Models with Semantic Link!”

Excel Labs Function To Get Answers From OpenAI In Excel – Episode 2630

Microsoft Excel Tutorial: Using OpenAI from a formula in Excel.

To download the workbook from today: https://www.mrexcel.com/youtube/oh4rZCKssPM/

Welcome back to the MrExcel Netcast, where we explore all things Excel. In today’s episode, we’re diving into the world of Open AI and how you can use it right inside of Excel. Thanks to the amazing team at Excel Labs, we now have access to this powerful tool that can generate answers and content for us in a matter of seconds.

If you caught our silly videos for Spreadsheet Day, you may have noticed that we had some help from some unexpected Continue reading “Excel Labs Function To Get Answers From OpenAI In Excel – Episode 2630”

As You Celebrate Spreadsheet Day Tonight, Not Too Many PowerPivotinis! #spreadsheetday #excel

October 17 is Spreadsheet Day!

Welcome to my channel, where we celebrate all things Excel and spreadsheets! Today is a special day, as we honor the invention of the spreadsheet on Spreadsheet Day. As we raise our glasses to toast this incredible tool, let’s not forget to also raise a glass to the advancements in technology that have made our lives easier and more efficient.

As we reflect on the evolution of spreadsheets, let’s also take a moment to appreciate the hard work and dedication of those who have contributed to its development. From the early days of the typewriter Continue reading “As You Celebrate Spreadsheet Day Tonight, Not Too Many PowerPivotinis! #spreadsheetday #excel”

D’Angel of Dancehall Rhymes for Spreadsheet Day 2023

Thanks to Jamaican Dancehall legend D’Angel for going along with my crazy songs for spreadsheet day 2023.

Spreadsheet Day is October 17, 2023 and marks the anniversary of when Dan Bricklin and Bob Frankston first released VisiCalc in 1979. The holiday was created by Debra Dalgleish of Contextures.com.

Escape the Ordinary with a Low Code Lakehouse in Microsoft Fabric

A lakehouse can be intimidating especially if you don’t know Python. Patrick looks at a low-code, potentially no-code option for creating a lakehouse in Microsoft Fabric to get you going!

📢 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/
https://guyinacube.com

***Gear***
🛠 Check out my Tools page – <a Continue reading “Escape the Ordinary with a Low Code Lakehouse in Microsoft Fabric”

As You Celebrate Spreadsheet Day Tonight, Not Too Many PowerPivotinis! #spreadsheetday #excel

October 17 is Spreadsheet Day!

My dad’s favorite actor, Max Gail, who played Det. Stan “Wojo” Wojciehowicz for eight seasons on Barney Miller reflects on how far Excel has come in one lifetime.

Also – if you are going out to celebrate tonight, take it easy on the Powerpivotini’s or you might end up down at the 12th Precinct!

This is the last of my 2023 Spreadsheet Day Cameos. Have a great evening!