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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi all, I have created a Matrix based on a calculated column:
Im using the following formula for the column "Duplicados":
Duplicados = CALCULATE(COUNT([ID Candidato]),FILTER (Full, [ID Candidato] = EARLIER('Full'[ID Candidato])))
If the formula is applied without filters the calculation is correct, but as soon as I apply a filter "Consultant" in this case the calculation fails
If the formula was working correctly last row should show 1 in field "Duplicados" but is doesnt because if the filter is removed that specific "ID Candidato" is repeated 2 more times by other Consultant.
I hope this explains the issue I have.
Thanks in advance
You seem to be mixing concepts.
I understand "Duplicados" is a calculated column. If so, its result will NOT change once it is calculated. Furthermore, the filter you are applying to the table are merely for visualizing, they do not change the contents of the table at all.
You'd have to do this through a table visual and a measure.
|
Please accept the solution when done and consider giving a thumbs up if posts are helpful. Contact me privately for support with any larger-scale BI needs, tutoring, etc. |
Hi @Larrauria
You'll have to explain better. Pelase provide some sample data and show the expected result based on that data.
|
Please accept the solution when done and consider giving a thumbs up if posts are helpful. Contact me privately for support with any larger-scale BI needs, tutoring, etc. |
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.