Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hey, guys!
I've been trying to find a solution to my problem for months.
I have a history of grades assigned by different users (NPS Survey) and I would like to measure the evolution of these grades. I have 3 main data:
1. Respondent's email
2. Grade assigned
3. Response date
I grouped the data by user as in the image
expanding the table for user "Marco", we see that he responded 3 times throughout his journey.
I need to take your last note (most recent note) and compare it to the penultimate note... how to do that?
I managed to pull the last note by the formula
= Table.AddColumn(#"Linhas Agrupadas1", "Personalizar", each Table.Max([Usuário], "Data da criação"))
but I have no idea how to pull the penultimate...
another solution that helps me is: make an average of all user grades.
Hi,
Probably not the most efficent solution but you could take your data table and get the date with the penultimate dates then use this to get the grade?
= Table.Group(#"Changed Type", {"Email", "Name"}, {{"PenultimateGrade", each List.Sort([Date],Order.Ascending){1}, type nullable date}})
From this
To this
It'll take a bit of work after that to merge back in etc but should be a good jump off point for you.
Thanks,
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
9 | |
8 | |
6 | |
6 |