Forum Discussion

BrentDC's avatar
BrentDC
Regular Visitor
4 years ago
Solved

DATE filter problem in combined dashboard

Hi,   I have created a combined dashboard with a direct query source (Powerbi Dataset) and a DATE table with hierarchy created in Dax. They are connected with a 1 to many cardinality.   When I w...
  • bcdobbs's avatar
    bcdobbs
    4 years ago

    Hi BrentDC ,

    Do you have any access to the original dataset you're connecting to? 

    My suspision is that it the Date_Order column actually contains times as well as dates eg 10/08/2021 11:55:31 for example. However in the model is set to format them all just as dates.

     

    You can either create a pure date column in your remote dataset or:

     

    If you install Tabular Editor (free version 2 is fine) and connect to your local model try doing:

     

    1) Expand Relationships and click the relationship in question.

    2) In the properties pane change the "Join On Date Behaviour" to "DatePartOnly"