Contents tagged with DAX
-
10 DAX Most Useful Power BI Functions
https://www.absentdata.com/power-bi/10-dax-most-useful-power-bi-functions/ more
-
Loops in Power BI DAX
https://community.powerbi.com/t5/Community-Blog/For-and-While-Loops-in-DAX/ba-p/636314 more
-
SQL to DAX Conversion
SELECT TOP(1) InventTrans.CustVendAC
FROM InventTrans
WHERE InventTrans.DataAreaId = 'DAT'
AND InventTrans.StatusReceipt = 1
AND … more
-
Advanced DAX - Show Percentage Sales Per Custom Group Each Year In Power BI
https://www.youtube.com/watch?v=knF3VbCkRig
-
Power BI: DAX IF and FILTER Statements
https://radacad.com/if-and-filter-are-different-be-careful-dax more
-
Power BI: DAX Error Messages
https://www.sqlbi.com/articles/dax-error-messages-in-power-bi/ more
-
Power BI: Easy Variables
https://www.sqlbi.com/blog/marco/2017/09/12/the-easiest-way-to-start-using-variables-in-dax/ more
-
Power BI Calculated Tables and DAX Temp Tables
https://docs.microsoft.com/en-us/power-bi/desktop-calculated-tables
https://docs.microsoft.com/en-us/dax/calculatetable-function-dax
https://powerpivotpro.com/2017/02/uses-for-new-table-feature- … more
-
Power BI: Dax Patterns and Basket Analysis
https://www.daxpatterns.com/basket-analysis/ more
-
Power BI DAX Displaying the Nth Element
https://www.sqlbi.com/articles/displaying-nth-element-in-dax/
https://docs.microsoft.com/en-us/dax/row-function-dax more
-
5 USEFUL DATA ANALYSIS EXPRESSIONS (DAX) FUNCTIONS FOR BEGINNERS
https://www.blue-granite.com/blog/5-useful-data-analysis-expressions-dax-functions-for-beginners more
-
How do we Pass the multiple selected values of a Slicer inside DAX?
https://stackoverflow.com/questions/49802025/how-do-we-pass-the-multiple-selected-values-of-a-slicer-inside-dax more
-
For and While Loops in DAX
https://community.powerbi.com/t5/Community-Blog/For-and-While-Loops-in-DAX/ba-p/636314 more
-
DAX and Powerquery Official Documentation
https://docs.microsoft.com/en-us/dax/data-analysis-expressions-dax-reference
https://docs.microsoft.com/en-us/powerquery-m/power-query-m-reference
-
How to use DAX to return just one string value
Let’s say for a second you have a Table called TableName and the text you want to display is in a column called TextColumn. Sound like a math problem, well it isn’t; just basic DAX filtering. So the … more
-
Power BI Direct Query Limitations and DAX Problems
https://blog.crossjoin.co.uk/2017/05/09/dax-functions-directquery-and-unrestricted-measures/
https://docs.microsoft.com/en-us/power-bi/desktop-use-directquery
-
Power BI: Quick Measures
https://docs.microsoft.com/en-us/power-bi/desktop-quick-measures
https://powerbi.microsoft.com/en-us/blog/tag/percentage/
https://docs.microsoft.com/en-us/power-bi/service-aggregates
https:// … more
-
How to learn DAX
https://www.sqlbi.com/guides/dax/
https://support.office.com/en-us/article/quickstart-learn-dax-basics-in-30-minutes-51744643-c2a5-436a-bdf6-c895762bec1a
https://docs.microsoft.com/en-us/power-bi/ … more
-
Create Table on the Fly with DAX in Power BI
Country = UNION ( ROW ( "Country", "Australia"), ROW ( "Country", "USA")) more
-
Power Query M versus DAX
https://technologyblog.rsmus.com/microsoft-dynamics/dynamics-365-for-finance-and-operations/difference-m-dax-in-power-bi/ more