Power BI

Power BI

9059 bookmarks
Newest
Introducing RANKX in DAX - SQLBI
Introducing RANKX in DAX - SQLBI
RANKX is a simple function used to rank a value within a list of values. Its use is simple, but it can be a source of frustration for newbies. In this artic
·sqlbi.com·
Introducing RANKX in DAX - SQLBI
Row Level Security, Object Level Security, Data Masking: What Are the Business Use Cases? - Olivier Travers
Row Level Security, Object Level Security, Data Masking: What Are the Business Use Cases? - Olivier Travers
In a previous entry I explained at length the various ways to secure data in business intelligence products. In this follow-up I want to elaborate on which method(s) to use for what purposes. RLS vs. OLS vs. DDM Row Level Security (RLS) is meant to restrict the depth of what any specific user or group
·oliviertravers.com·
Row Level Security, Object Level Security, Data Masking: What Are the Business Use Cases? - Olivier Travers
Getting Started with the Creator Kit for Power Apps - Carl de Souza
Getting Started with the Creator Kit for Power Apps - Carl de Souza
The Creator Kit for Power Apps is a toolkit developed by Microsoft’s Power CAT team and the community. It helps you “easily create consistent, beautiful, and effective user experiences for custom business applications”. All controls are built on the FluentUI framework that is used throughout Microsoft applications, so using these controls means your app will have a beautiful, native Microsoft user experience. In this post, we will look at how … Continue reading Getting Started with the Creator Kit for Power Apps
tommypuglia·carldesouza.com·
Getting Started with the Creator Kit for Power Apps - Carl de Souza
Fluent UI Details List with Context in Custom Page - Carl de Souza
Fluent UI Details List with Context in Custom Page - Carl de Souza
The Microsoft Creator Kit provides a nice details list control based on Fluent UI. In this post, we will look at how to pass context to a custom page and display records using the details list for Power Apps. We will go through an example of showing related contacts of an account record in a side pane. First, let’s create a new custom page. We will edit the Sales Hub app … Continue reading Fluent UI Details List with Context in Custom Page
tommypuglia·carldesouza.com·
Fluent UI Details List with Context in Custom Page - Carl de Souza
Power Fx via Custom API
Power Fx via Custom API
With the release of Dependent Assemblies (preview) we can now use 3rd party libraries directly within plugins without the need for questionable ILMerge hacks. Lets use this to expand on the previous blog, Using Power Fx in Cloud Flows, so that we can more simply use Power Fx within a cloud flow.
tommypuglia·philcole.org·
Power Fx via Custom API
What's New in Excel (September 2022)
What's New in Excel (September 2022)
Welcome to the September 2022 update. We are excited to announce the release of Check Performance for Excel web users to help speed up your workbooks and modern comments for Windows users to allow for a more streamlined commenting experience across products. For Insiders using Mac, you can now shape...
tommypuglia·techcommunity.microsoft.com·
What's New in Excel (September 2022)
Custom Tracing in Monitor and App Insights with Power Fx - Carl de Souza
Custom Tracing in Monitor and App Insights with Power Fx - Carl de Souza
In this post, we will look at how to implement Custom Tracing in Monitor and App Insights with Power Fx. First, let’s create a new Custom Page, and add a button to the page with the label “Run Trace”: The syntax for the trace function from the Microsoft documentation is: Let’s add the following Trace statement to the OnSelect of the button. Note the 3rd parameter is an object where … Continue reading Custom Tracing in Monitor and App Insights with Power Fx
tommypuglia·carldesouza.com·
Custom Tracing in Monitor and App Insights with Power Fx - Carl de Souza
Creating Themes with the Power Apps Creator Kit - Carl de Souza
Creating Themes with the Power Apps Creator Kit - Carl de Souza
In a previous post, we looked at how to install and use the Power Apps Creator Kit to create beautiful and consistent user experiences in Power Apps. In this post, we will look at how to use the Fluent Theme Designer in the Power Apps Creator Kit to create themes for your apps. Let’s start with the Canvas Reference Apps. There are 3 apps – canvas template, canvas kit reference … Continue reading Creating Themes with the Power Apps Creator Kit
tommypuglia·carldesouza.com·
Creating Themes with the Power Apps Creator Kit - Carl de Souza
Advanced Find changes bring us closer to Parity - Aric Levin's Digital Transformation Blog
Advanced Find changes bring us closer to Parity - Aric Levin's Digital Transformation Blog
Earlier this year in March, as part of the 2022 Release Wave 1, Microsoft introduced the Modern Advanced find to replaced what we have known as Advanced find for the past 20 years or so. It was definitely time to modernize this, but there were a few shortcomings to this new release which caused many customers to hold off and wait until the missing functionality has been developed and made available to customers.
tommypuglia·ariclevin.com·
Advanced Find changes bring us closer to Parity - Aric Levin's Digital Transformation Blog
Power BI Pacman - Power of Business Intelligence
Power BI Pacman - Power of Business Intelligence
Just a joke. But it opens great data visualization possibilities. Everything (almost) is possible. You know the rules. Use arrows to move around the visual. … Read More
·powerofbi.org·
Power BI Pacman - Power of Business Intelligence
Power BI using Synapse Serverless Pool with Delta Lake format
Power BI using Synapse Serverless Pool with Delta Lake format
In this post I just wanted to show the ability to use the Delta Lake format that is very common now with Power BI. I will go over a quick example of creating the files to reference, building a view…
·denglishbi.wordpress.com·
Power BI using Synapse Serverless Pool with Delta Lake format
Writing Tabular Editor C# Scripts like a Boss
Writing Tabular Editor C# Scripts like a Boss
Writing Tabular Editor C# Scripts in Visual Studio has many benefits, on top of all Intellisense. This article walks through the configuration process.
·esbrina-ba.com·
Writing Tabular Editor C# Scripts like a Boss