Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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?
This should be a same issue which is mentioned in this thread, please check product team's response from that thread.
Regards,
Lydia
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
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |