Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

Querying Measures That Have Time Intelligence With DAX

$
0
0
I'm having a heck of a time finding information about this.  Here's the scenario:

Let's say you have an SSAS model setup with the following measures:

Total Sales:=sum(sales)
Total Sales MTD:= totalmtd(Total Sales, 'date'[date])<

Viewing all articles
Browse latest Browse all 1341

Trending Articles