Forum Discussion
DATA MODEL
CJ_96601 ,
Why don't you submit a query to your source like:
TABLE 1 UNION ALL TABLE 2 UNION ALL TABLE 3....
Also, check this link, maybe it's gonna help with your model:
https://radacad.com/directquery-live-connection-or-import-data-tough-decision
Ricardo
- CJ_966016 years ago
Helper V
- camargos886 years ago
Community Champion
- CJ_966016 years ago
Helper V
I will try this once things get back to normal and revert.
I have no VPN at the moment and lockdown is in place...
Thanks
- CJ_966016 years ago
Helper V
On another note, i know this is not related to my previous question, please refer to the screen shot below:
Why bar graph ended up that way , when using below measure?
CALCULATE(DISTINCTCOUNT(ODBC[EMPNO])+0,USERELATIONSHIP(ODBC[TERMDATE], 'Calendar'[Date]),not(ISBLANK(ODBC[TERMDATE])+0),ODBC[REASON]="TRANSF") - // THIS SUPPOSE TO FILTERSecondly, can i use "<= CALENDAR[DATE]" with the above measure?Regards,- camargos886 years ago
Community Champion
CJ_96601 ,
It looks like a problem with your model design, check the table connections.
Would help if you post how you are connections those tables. But try to be simple with the model, redesign it with the append ou union.
Ricardo