Power BI

Power BI

9059 bookmarks
Newest
A visual guide to Azure Data Factory
A visual guide to Azure Data Factory
What is Azure Data Factory and how can you use it? In this visual guide to ADF, we break down the what, why, and how of using ADF for data integration.
tommypuglia·acloudguru.com·
A visual guide to Azure Data Factory
Exploding Measures using Tabular Editor 3
Exploding Measures using Tabular Editor 3
What?! Exploding Measures I hear you say. Exploding, expanding, use which ever word you like; what I mean is when you want to remove any refence to a measure INSIDE another measure. Example Consider the 3 measures below. Total Sales = SUM(Sales[ExtendedAmount]) Total All Product Sales = CALCULATE([Total Sales],ALL(Products)) % [...]Read More »
·exceleratorbi.com.au·
Exploding Measures using Tabular Editor 3
Are you backing up your Power BI Dataset??? - Guy in a Cube
Are you backing up your Power BI Dataset??? - Guy in a Cube
While Power BI is a SaaS service, backing up your dataset is still important. What if something was accidently deleted? How do you recover it? Patrick shows you how you can get a backup / restore process in place so you can sleep at night. Backup/Restore PowerShell Script: https://guyinacu.be/backuprestorescript Backup and restore datasets with Power […]
·guyinacube.com·
Are you backing up your Power BI Dataset??? - Guy in a Cube
FormFactorSelector for Power Apps Studio
FormFactorSelector for Power Apps Studio
Updated on 11-apr-2022 Added an OnChange event triggered every time your click on an icon to change the form factor. The FormFactorSelector component, once added to your app's screen, will allow you to change LIVE the form factor of your screen while working within the Power Apps Studio. You will f...
tommypuglia·powerusers.microsoft.com·
FormFactorSelector for Power Apps Studio
Row context in DAX
Row context in DAX
Understanding the difference between row context and filter context is the first and most important concept to learn to use DAX correctly. This article introduces the row context, and is part of a series of articles about evaluation contexts in DAX. Most newbies start writing DAX code by creating sim
·flip.it·
Row context in DAX
Filter context in DAX - SQLBI
Filter context in DAX - SQLBI
This article is part of a series of articles about the basics of DAX. In a previous article, we introduced the first evaluation context in DAX: the row context. If you are not familiar with the row …
·flip.it·
Filter context in DAX - SQLBI
Introducing Microsoft Power Platform API (preview)
Introducing Microsoft Power Platform API (preview)
Power Platform API acts as a gateway or a single API surface that harmonizes the internal APIs from feature areas of the platform.  This results in a single endpoint (ex. api.powerplatform.com) for customers to use along with a unified set of Permissions and claims that can be requested from Azure Active Directory.
tommypuglia·powerapps.microsoft.com·
Introducing Microsoft Power Platform API (preview)
Tip #1434: Can you count OR how to add index to array in Power Automate
Tip #1434: Can you count OR how to add index to array in Power Automate
When developers like Mike! start their sentence with "this is probably really simple", you know that it rarely is. (No idea why he's so excited about his name though, I suspect there is some math flex in here). This is probably really simple, but anyone know how I would add an index to an array o
tommypuglia·crmtipoftheday.com·
Tip #1434: Can you count OR how to add index to array in Power Automate
Useful Links - Self-Service Business Intelligence
Useful Links - Self-Service Business Intelligence
Official Sites & Documentation Name Link Power BI Custom Visuals Gallery https://appsource.microsoft.com/en-us/marketplace/apps?product=power-platform%3Bpower-bi-visuals&page=1 Power BI REST APIs Documentation https://docs.microsoft.com/en-us/rest/api/power-bi/ Power BI adoption roadmap https://docs.microsoft.com/en-us/power-bi/guidance/powerbi-adoption-roadmap-overview Power BI implementation planning https://docs.microsoft.com/en-us/power-bi/guidance/powerbi-implementation-planning-introduction White papers for Power BI https://docs.microsoft.com/en-us/power-bi/guidance/whitepapers Microsoft Power Platform and Dynamics 365 product roadmaps https://powerbi.microsoft.com/en-us/roadmap/ Power BI guidance documentation https://docs.microsoft.com/en-us/power-bi/guidance/ Power BI Embedded Analytics Playground https://playground.powerbi.com/en-us/ Community
·selfservicebi.co.uk·
Useful Links - Self-Service Business Intelligence
Admin Monitoring of Power BI Usage in Excel
Admin Monitoring of Power BI Usage in Excel
Learn how admins can get insights on users who are connecting to Power BI datasets from Excel with the Power BI activity logs
·powerbi.microsoft.com·
Admin Monitoring of Power BI Usage in Excel
Show measures in tabular format with calculation groups
Show measures in tabular format with calculation groups
This post shows how to Show measures in tabular format with calculation groups. Getting format strings right is the trickiest part, and we find some limitations
·esbrina-ba.com·
Show measures in tabular format with calculation groups