March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi guys,
I have a table with the following columns
NPS Survey: Column with the survey, for example, 1st survey, 2nd survey, 3th survey
NPS Score: Column with the score for each answer, for example, 0, 1, 2, 3,...10
NPS e-mail: Column with the e-mail that sent the answer
What I need is an average of NPS Score from the e-mails who answer the all the 3 surveys. Some e-mails just answered the first survey, some just the seconde or third, what I need its a measure that considers just the e-mails that answer the 3 surveys.
The objective it is to compare the score of the 1st survey, with the 2nd and 3 survey, but just looking for the e-mails who follow the rule above.
Solved! Go to Solution.
Hi @IgorAM ,
Here is one way to do it- by creating a calculated column to see how many reponses per email, then summarize the table to show only emails with 3 responses.
(adapt to your table and field names)
Please accept as solution if this has answered the question- thanks!
Hi @IgorAM ,
Here is one way to do it- by creating a calculated column to see how many reponses per email, then summarize the table to show only emails with 3 responses.
(adapt to your table and field names)
Please accept as solution if this has answered the question- thanks!
Thank you very much!!
Hi @IgorAM ,
Could you please post an image of your table? Seems like you can accomplish this with IF and ISBLANK statements.
https://learn.microsoft.com/en-us/dax/isblank-function-dax
Hi djurecicK2,
Here is an example. Note that the emails eee@gmail, bbb@outlook and ccc@yahoo answered the three surveys, so I need to look only for them in the measure and ignore the others.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
25 | |
18 | |
15 | |
9 | |
8 |
User | Count |
---|---|
37 | |
32 | |
21 | |
16 | |
14 |