Forum Discussion

abruge's avatar
abruge
Regular Visitor
6 years ago
Solved

Pulse chart aggregates data between two events

Hello! I am using pulse chart to plot river flow against time and feature the number of litter observed for each clean up. It was perfectly working two weeks ago but it is not anymore. Here are som...
  • MFelix's avatar
    MFelix
    6 years ago

    Hi abruge ,

     

    To what I can test out  I always loose the the details because of the fact that the relationships are forcing the grouping of the information so only returning the values where the date is equal.

     

    You want to have a chart that looks like your first image but with the highlights in the second image correct?

     

    What I did was to had a measure as my events:

    Events = 

    Events = COUNT(Collecte[ID])
    
    or 
    
    Events = CONCATENATEX(Collecte;Collecte[ID])

     

    First one just give a simple count second gives the concatenation of the ID for each date result is below and in PBIX attach.