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

Working on SSAS model

$
0
0
I am working on SSAS model and need to create a Powerpivot based on it. I am using Analysis Services Tabular Project in Microsoft Visual Studion. the sql My question is how to create a model based on the query with variables? For example my Sample query is as follows:Any suggestion is welcome.Select Name,Supervisor,Organziation,SUM(HOURS),SUM(PAY)from extratimewhere organization=@orgnameand start_date >=@st_dt and start_date<=@end_dtgroup by Name,Supervisor,organizationorder by name

Viewing all articles
Browse latest Browse all 1341

Trending Articles