[ROOT]  dt  FactInternetSale  PIVOT%20OrderDate.YearMonth()%20BY%20DimCurrency.AlternateKey%20SUM%20SalesAmount  SELECT%20*.TMB()%20AS%20*  ORDER%20BY%20OrderDate.YearMonth()Id%20DESC  TITLE Internet sales per year and month  

ERROR:

At hierarhical level dt/FactInternetSale, key 'PIVOT%20OrderDate.YearMonth()%20BY%20DimCurrency.AlternateKey%20SUM%20SalesAmount' not found

In case you attempted to supply a QueryExpression, this error message may be of help:

Start of query expression 'PIVOT%20ORDERDATE.YEARMONTH()%20BY%20DIMCURRENCY.ALTERNATEKEY%20SUM%20SALESAMOUNT' not recognized. Must start with one of

----, AGGREGATE, ALL, CACHE, COMMENT, DATASTORAGE, HINT, LIMIT, LOG, ORDER (as in (OrderBy), PIVOT, REL, SELECT, SELFCREATE, SHUFFLE, SKIP, STRICT, TAKE, THEN (as in (ThenBy), TITLE, WHERE


Use this link to see available keys at this level:

FactInternetSale

Edit


Generated 2024-04-20 13:20:12.756 UTC