Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Rows limit with IBM Db2 connexion

Hi,

I had a report with an ODBC connexion and everything was OK but we had to change the connexion type to a IBM Db2 connexion

When I use this type, I don't have all the rows I should have

Do you know if IBM Db2 limits the rows we can import ?

 

I created a SQL connexion to import the data and I make a filter on a date column in the SQL query.

If I filter on Year>2010 for example, I don't have the 2021/2022/2023 data but if I filter on Year>2015, I have these

 

I would like to have all the data since 2010

 

Thanks

  • Anonymous's avatar
    Anonymous
    2 years ago

    FinallyI found the error, it was because of a LEFT JOIN

    I don't understand why a left join delete rows of the first table but I could fix it

     

    Thanks for your help

6 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    FinallyI found the error, it was because of a LEFT JOIN

    I don't understand why a left join delete rows of the first table but I could fix it

     

    Thanks for your help

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous 

    It may be affected by the Data caching.You can try to clear the permission and reconnect the sql again, you can refer to the following link to clear the permission.

    https://www.c-sharpcorner.com/article/edit-or-remove-permission-from-existing-data-source-connection-from-power-bi/

    Then try to connect the sql again.

     

    Best Regards!

    Yolo Zhu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

     

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi,

      Didn't work

      When I call the same table in other queries I have all the informations but it's missing in only one report