Forum Discussion
Pulse chart aggregates data between two events
- 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.
Hi abruge ,
Did you make the update for the new version of PBI? The changes can be from the updated version.
Is it possible to share a sample file? So I can make some tests?
Hello MFelix ,
Here is a sample of my dataset. Please, let me know what you think!
I didn't manually update PowerBI but perhaps it did it on its own.
Best,
Antoine
- MFelix6 years agoSuper User
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.