Forum Discussion
Anonymous
9 years agoNot applicable
Writing an IF statement referencing a column, not a measure
I have a table(Part Number Master) with a column titled "BOM". The results in that Column is either null or B. I currently have the following measure locted in the Part Number Master table: Ord...
- 9 years ago
Hi Anonymous,
What data source are you using in this case? Based on my research, the error is returned by the MS SSAS server.
Reference:
https://archive.sap.com/discussions/thread/3840305
Regards
Greg_Deckler
Community Champion
9 years agoYou need to use an aggregation function, in this case you should be able to use VALUES function.