DAX

Stairway to DAX and Power BI

Stairway to DAX and Power BI - Level 5: The DAX ISBLANK() Function

  • Stairway Step

Business Intelligence architect, Analysis Services Maestro, and author Bill Pearson exposes the DAX ISBLANK() function, and then provides some hands-on exposure to its use, particularly in combination with other DAX functions, in managing empty values underlying our PowerPivot model designs.

5 (1)

You rated this post out of 5. Change rating

2022-04-04 (first published: )

7,577 reads

Stairway to DAX and Power BI

Stairway to DAX and Power BI - Level 3: The DAX DISTINCT() Function and Basic Distinct Counts

  • Stairway Step

Bill Pearson, Business Intelligence architect and author, exposes the DAX DISTINCT() function, and then provides some hands-on exposure to its use in generating distinct counts. Moreover, he further explores working with measures in the PivotTable in this, the third Level of our new Stairway to PowerPivot and DAX series.

You rated this post out of 5. Change rating

2022-04-04 (first published: )

10,665 reads

Stairway to DAX and Power BI

Stairway to DAX and Power BI - Level 2: The DAX COUNTROWS() and FILTER() Functions

  • Stairway Step

Bill Pearson, business intelligence architect and author, exposes the DAX COUNTROWS() and FILTER() functions, while generally exploring, comparing and contrasting the nature and operation of calculated columns and calculated measures, in the second Level of our Stairway to PowerPivot and DAX series.

5 (1)

You rated this post out of 5. Change rating

2022-04-04 (first published: )

21,817 reads

SQLServerCentral Article

DAX Query Basics

  • Article

In this document I will attempt to talk you through writing your first very simple DAX queries. For the purpose of this document I will query the rather familiar Adventure Works Tabular Cube.

4.6 (50)

You rated this post out of 5. Change rating

2013-12-13 (first published: )

26,574 reads

Stairway to DAX and Power BI

Stairway to DAX and Power BI - Level 1: Getting Started with PowerPivot and DAX

  • Stairway Step

Learning DAX is easy once you install the PowerPivot for Excel 2010 add-in and get practical exposure to using functions, operators and values in DAX formulas. Bill Pearson, business intelligence architect and author, kicks off another Stairway series designed to get you using DAX and PowerPivot quickly to provide actionable business intelligence in your own environment.

5 (1)

You rated this post out of 5. Change rating

2022-04-04 (first published: )

34,095 reads

Stairway to DAX and Power BI

Stairway to DAX and Power BI

  • Stairway

Data Analysis Expressions (DAX) can be used in formulas or expressions to calculate and return information from data already in our Power BI models. This Stairway series serves as a progressive introduction to DAX within the context of Power BI, examining the functions, operators and values involved, and examining their operation in practice examples. As a part of introducing DAX functions and overall capabilities, the Levels of the series will also offer a wealth of practical exposure to Power BI features as a part of putting DAX to work in our data models and visualizations.

3.8 (5)

You rated this post out of 5. Change rating

2022-04-04 (first published: )

12,472 reads

Technical Article

RE: Update query error

  • Reply

Seems to me you should add another clause to this: UPDATE Ticketing SET TicketPriceExVat = (SELECT TicketPriceExVat FROM TempTicketing WHERE TempTicketing.EventID = Ticketing .EventID AND TicketPriceExVat IS NOT NULL)

2005-05-20

Technical Article

RE: Returning Error Message with Error Number

  • Reply

all error messages are in master.dbo.sysmessages i believe;so you'd select @err=@@error in your proc, then select description from master.dbo.sysmessages where error=@err if the severity was such that a run time error was raised, You could look up the error number in this table.

2005-05-18

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers