[ROOT]  dt  FactInternetSale  WHERE%20DimCurrency.AlternateKey%20=%20'AUD'  PIVOT%20DimCustomer.Name+','+DimCustomerId%20BY%20OrderDate.Year()%20SUM%20SalesAmount  ORDER%20BY%202020%20DESC  TAKE 500  TITLE Top 1000 Australian Internet customers for 2020  

ERROR:

At hierarhical level dt/FactInternetSale, key 'WHERE%20DimCurrency.AlternateKey%20=%20'AUD'' not found

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

Start of query expression 'WHERE%20DIMCURRENCY.ALTERNATEKEY%20=%20'AUD'' 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-03-28 15:19:19.842 UTC