Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
joaquinel
Helper I
Helper I

counting with a filter by two conditions

I have the relationship below. I need it to count the IdPersona of Pagos as long as in ContratosServicio there is an IdPersona with the same FechaCreación.

It sends payments, so the calendar date should be calendar vs pagos[Date].

The relationship of Pagos to contratosservicio is by IdPersona and yes, it is from several to several, because a person that is deleted and rejoins keeps the IdPersona but the contract is different.

(do I understand?)

 

CALCULATE

(

DISTINCTCOUNT

(

Pagos[IdPersona]

)

,

USERELATIONSHIP(

'1CalFCreacion'[Date]

,

Pagos[FechaCreacion]

)

,

Pagos[CuentaContable] = "70510030"

,

filter ( values(Personas[EsEmpleado]) , "False")

,

ContratosServicio[CambioServicioRealizado] = 0

,

ServiciosContratables[IdTipoServicio] = 5 || ServiciosContratables[IdTipoServicio] = 7

)

 

flujo.jpg

 

 

 

3 REPLIES 3
MFelix
Super User
Super User

Hi @joaquinel 

 

Can you please share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.

If the information is sensitive please share it trough private message.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





Sorry, i can't do that. 

Hi @joaquinel 

 

Without any information is difficult to give you the correct syntax to achieve the expected result, this is even more difficult because of the many to many relationship that you have that can bring incorrect values.

 

Are you abble to create a mockup data?

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.