Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
alexlopesBS
Frequent Visitor

Error when doing a Measure with DirectQuery on Oracle 11g

I believe PowerBI has a incompatibility issue with Oracle 11g when using DirectQuery. 

 

I have the following Measure setup:
Total Sales = CALCULATE(
SUM(TableA[Sales]);
FILTER(ALLSELECTED(TableA);TableA[Date] >= AVERAGE(StoreTable[StartingDate]))
)

 

It is meant to calculate sales only after the store has started operating (before opening the store the client does some dummy sales which enter the database)

 

But I get the following error:
ORA-00904: "t0"."StartingDate": invalid identifier. The exception was raised by the IDbCommand interface.

 

I have setup the relationship between TableA and StoreTable on [Store_Code] column, and I have tested a smaller sample using import method and the same calculation works. 

 

Is there something I can do besides creating a view with all the columns I need on one big table? 

2 REPLIES 2
v-yuezhe-msft
Employee
Employee

@alexlopesBS,


This should be a same issue which is mentioned in this thread, please check product team's response from that thread.

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
alexlopesBS
Frequent Visitor

Actually, it doesn't work even if I put the column StartingDate in the same table. Guess I can't use this on the visualization

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors