Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
I have a column: SCORE with values 1, 2, ..., 10.
Then I have 3 measures:
Solved! Go to Solution.
The score column is the one that has values that create the measure.
So the column date is in relationship with Date Table, no problem with Quarters, months etc.
But the problem is when I put in the table visual along with for example Company column.
I tried your solution, but the values get too low
Hi @Sab ,
Would you like to provide some sample data? The information you give is limited, I can't get the context of the table.
And you can try this measure:
NPS =
( [Promoters] - [Detractors] )
/ CALCULATE (
COUNTROWS ( 'Responses Database' ),
ALLEXCEPT (
'Responses Database',
'Responses Database'[Campany],
'Responses Database'[Quarter]
)
) * 100
The score column is the one that has values that create the measure.
So the column date is in relationship with Date Table, no problem with Quarters, months etc.
But the problem is when I put in the table visual along with for example Company column.
I tried your solution, but the values get too low
There was no problem in measures, just the dummy data created that illusion...
Thanks all who took time to look at this.
Keep in mind tables will apply a "filter" context to your measure unless you explicitly tell it not to with a function like ALL().
Can you please be more specific?
thanks
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!