Creating a Custom DLL for Tabular Editor C# Scripts
Creating a Custom DLL for Tabular Editor C# Scripts and moving development over to Visual Studio can help you code faster c# scripts for Tabular Editor
GitHub - gdeckler/MicrosoftHatesGregsQuickMeasures: Microsoft Hates Greg
MicrosoftHatesGregsQuickMeasures Installation How to Use NotesAn external tool for creating quick measures or columns in Power BI Desktop or tabular model. Read more about it here Microsoft Hates …
Understanding the interactions between composite models and calculation groups - SQLBI
When used in a composite model, calculation groups show a very unique behavior that a good DAX developer must understand well to build sound models. In this
Introducing wholesale and retail execution in composite models - SQLBI
In composite models, any query can be executed on the remote model (wholesale execution) or by mixing local and remote engines together (retail execution).
A Technique for Optimising Calculation Group Performance
If your like me, you may have gotten a little over enthusiastic about calculation groups and dropped a number of them into a report page only to find that while dense with information, the report p…
Using conditional formatting and calculation groups
People often struggle when using conditional formatting and calculation groups. If we think how calculation groups work there's many ways to use them effectively.
Different options to model many-to-many relationships in Power BI and Tabular - SQLBI
There are two options to model many-to-many relationships using Tabular and Power BI: you can use either a regular bidirectional filter relationship, or a l
Michael Kovalsky on LinkedIn: Release Report Analyzer 1.2.0 · m-kovalsky/ReportAnalyzer
Make sure to download version 1.2.0 of #reportanalyzer which has just been released! Several UI enhancements have been made as well as adding the ability...
Analyzing the parallelism of storage engine operations in DAX Studio - SQLBI
This article describes the improved server timings features in DAX Studio 2.17 to analyze the parallelism of storage engine operations. When you execute a D
How to enable the Single Value option in a Power BI slicer - SQLBI
This article describes how to enable the Single Value slicer option in Power BI by adding additional metadata to the model with Tabular Editor. When creatin
Showing the number of selected items in a #PowerBI slicer - Prathy's Blog...
In one of the projects, I was working on, I received feedback saying it is hard to understand how many items they have selected in a slicer, and it is…
RT @mim_djo: I wished summarizecolumns worked in a measure, it will make #PowerBI DAX much easier, anyway the measures works and I vaguely understand why :)
Table and column references using DAX variables - SQLBI
This article describes how to correctly use column references when manipulating tables assigned to DAX variables, avoiding syntax errors and making the code
In this article, we share an idea to reduce the friction in using Power BI, by extending the DAX language with new visual calculations. At SQLBI, we teach D
The quick measure calculates the Pearson correlation coefficient between two measures within the category. NAME: Correlation coefficient DESCRIPTION: Calculate the Pearson correlation coefficient between two measures within the category PARAMETERS: Name: Category Tooltip: The category in which...
DAX generator is a component of Power BI Sidetools able to create complex DAX expressions within your model. Once you built or found the appropriate template,
RT @Hohlick: Your own #DAX help engine in the Edge as easy as 1-2-3: 1. Go to the settings and add a new search engine 2. Type "dax" and press the spacebar in the Edge address bar 3. type your search term That's all ^_^ #PowerBI
How to Hack RLS to Make RANK() Work on Entire Dataset
Let’s say you are building a dashboard for the Sales team and have the following requirements: Each sales person should have access to only their territory – Ok this is easy enough. We …
Adding Dynamic [DAX] Analytics Lines to Native Visuals in Power BI — Havens Consulting
Video by: Reid Havens Learn how to add [DAX] measure driven values the y-axis constant lines . Allow us to essentially recreate multiple analytics lines that can be configurable by user slicer selections in Power BI. RELATED CONTENT 🔗 Positive/Negative Line Colors