Forum Discussion

Fahd24's avatar
Fahd24
New Member
8 years ago
Solved

Choosing the right visual

Guys, I have 2 tables containing, for one, events and for the other, the updates.

 

Events (IdEvent*, StartDate,EndDate,Description,Amount)

Updates(IdUpdate*,IdEvent,UpdateDate,Remark)

 

IdEventSiteStartDateEndDateDescriptionAmount
1A26/09/201731/05/2018Description12490
2B01/03/201624/06/2016Description2300
3C14/09/201731/01/2018Description30

 

IdUpdateIdEventDateUpdateRemark 
17316/06/2017-
41124/11/2016-
48109/12/2016-
50121/12/2016-
61201/03/2016-
98126/12/2016-
141131/03/2017-

 

 

These two tables are, of course, interconnected, and linked to a calendar table.

I would like to show all the data, in one visuals and I am looking for the best way to represent it.

 

I tried the KPI Grid by MAQ Software but it is not fully adapted to my situation since I have dates.

 

Help would be much appreciated.

 

  • Hello Fahd24,

     

    You can use KPI Grid by MAQ Software in the following way:

     

    You can concatenate categorical columns from Table 1 using DAX, to have all this information in a single column (like Site and Description in the above image). 


    You can drag the various date column from Table 2 (which has multiple values) to form the hierarchy. And the measure columns in the Measure Data bag.

     

    Alternatively, you can also use Grid by MAQ Software as follows (or the default Table visual in a similar way):

     

    If you wish to display only the latest update from Table 2, for every IdEvent, use the following approach in Grid by MAQ Software:

     

    Thanks

4 Replies

  • MAQSupport's avatar
    MAQSupport
    Solution Supplier

    Hello Fahd24,

     

    You can use KPI Grid by MAQ Software in the following way:

     

    You can concatenate categorical columns from Table 1 using DAX, to have all this information in a single column (like Site and Description in the above image). 


    You can drag the various date column from Table 2 (which has multiple values) to form the hierarchy. And the measure columns in the Measure Data bag.

     

    Alternatively, you can also use Grid by MAQ Software as follows (or the default Table visual in a similar way):

     

    If you wish to display only the latest update from Table 2, for every IdEvent, use the following approach in Grid by MAQ Software:

     

    Thanks

    • Fahd24's avatar
      Fahd24
      New Member

      Thanks you Greg_Deckler, even though i did not use your solution for my situation, it will be very usefull to keep aside.

       

      Thank you MAQSupport, very detailled answer! I've tried you solution and it works perfectly. 

  • Guys, I have 2 tables containing, for one, events and for the other, the updates.

     

    Events (IdEvent*, StartDate,EndDate,Description,Amount)

    Updates(IdUpdate*,IdEvent,UpdateDate,Remark)

     

    IdEventSiteStartDateEndDateDescriptionAmount
    1A26/09/201731/05/2018Description12490
    2B01/03/201624/06/2016Description2300
    3C14/09/201731/01/2018Description30

     

    IdProblemPropertyUpdateIdEventDateUpdateRemark 
    17316/06/2017-
    41124/11/2016-
    48109/12/2016-
    50121/12/2016-
    61201/03/2016-
    98126/12/2016-
    141131/03/2017-

     

     

    These two tables are, of course, interconnected, and linked to a calendar table.

    I would like to show all the data, in one visuals and I am looking for the best way to represent it.

     

    I tried the KPI Grid by MAQ Software but it is not fully adapted to my situation since I have dates.

     

    Help would be much appreciated.