Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

One to Many relatioship

Hello everyone,

i have #incident AA* Problem Start Date columns from Close table i have created a calender table  with  below dax

Calendar_Table = CALENDAR(MIN('Close table'[Problem Start Date]),MAX('Close table'[Problem Start Date]))
i have defined relationship  one to many (calendare_table to Problem Start Date ) 
 

When i have created clustered column chart with Calendar_table(date) in Axis and count of Close table #incident AA* column  in axis i am getting below chart which is showing a wrong number

 

Insted of i have deleted the Calendar_table and created same visual with 

Close table [Problem Start Date] column in Axis and Close table count of #incident AA*  in axis i am getting correct number. my one to many relationship is throwing wrong number 

  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Anonymous Thanks for the response changed the date format in power query and now it's working fine thanks for the response

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

     

    Try to change the direction of the cross filter to both.

     

     

    Best Regards,

    Stephen Tao

     

    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 Anonymous Thanks for the response changed the date format in power query and now it's working fine thanks for the response