I have a fact table with more than one time column (say Date ordered and Date shipped)
After reading about canonical time, I created one date dimension and two aliases to the fact table say (Fact Date Ordered and Fact Date shipped). Joined them to the date dimension in the physical layer and used them as the logical sources to the one Logical Fact table (say Sales Fact) in the BMM Layer.
When I try to use the second date (the first date works fine) in my report I get an error. I did set the content level to the same for the date dimension in both logical table sources.
The errors are:
nQSError: 43119 Query Failed
NQSError14025: No fact table exists at the requested level of detail.
NQs Error 14091, you may be able to evaluate this query if you remove one of the column references.
What am I doing wrong?
This is in OBIEE 12.2.1.2 (non cloud) on Linux.