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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
joaquinel
Helper I
Helper I

Matrix. Distribution of my data

It does not distribute the data amounts according to the day on which they occur (CollectionDate). The final data is correct, but it should/needs to be distributed by days. The distribution date is the Payments [FechaCobro].

The transactions I need are the ones where the receipt has Payments[FechaInicioValidez] within the range of Payments[FechaCobro], hence the DATESBETWEEN.

The Calendar is referenced to the FechaCobro, I have created a non-active relationship also with the FechaInicioValidez.

 

The formula is

 

CALCULATE

        (

            COUNT

                (

                    Pagos[IdPersonaOrigen]

                )

                ,

                Pagos[CuentaContable] = "70810030"

                ,

                USERELATIONSHIP('1CalFCobro'[Date], Pagos[FechaCobro])

                ,

                Pagos[FechaCobro] <> BLANK()

                ,

                DATESBETWEEN(

                            Pagos[FechaInicioValidez],  

                            MIN(Pagos[FechaCobro]),  

                            MAX(Pagos[FechaCobro])

                            )

        )

 

as you can see de data is not distributed

 

 

matrixmatrix

 

 

 

 

0 REPLIES 0

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.