Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Add records to missing items

Hi everyone! I would like to ask for your precious help for an issue that I cannot solve. I am not a very experienced PowerBI user.   I received data from a database (BIMcollab) concerning the pro...
  • BA_Pete's avatar
    BA_Pete
    5 years ago

    Hi Anonymous ,

     

    I'll refer you back to my original answer: add "+0" to the end of your 'IssuesActionCount v2" measure. This will display all possible axis values, but you will need to limit the viewable time period of your chart with either a page slicer or visual filter as this does, indeed, show ALL possible axis values.

     

    As an aside: I can see from your model that you have a bi-directional many-to-many relationship between your DimKalender and Activity tables. This is strongly recommended against, unless you are VERY clear on many-to-many relationship behaviour. Generally accepted practice is that anything that is intended/modelled as a dimension table sits on the One side of a One-to-Many relationship (or One-to-One, obviously).

    To remedy this in your model, I would recommend creating a new column in your Activity table that is just the date portion of Activity[TimeStamp], and relate DimKalender[Date] to Activty[Date].

     

    Pete