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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Bokazoit
Post Patron
Post Patron

A simple average ??

This is an example of my data and current output:

Bokazoit_0-1677069876916.png

BoNummer is a unique key.

My current measure is this:

Time from creation to death in Years = 
    CALCULATE (
            VAR TestamentCreationDate = MAX( FactArvesager[Testament creation date] )
            VAR DeathDate = MAX( FactArvesager[Death of testament creator] )

            RETURN

            DATEDIFF( TestamentCreationDate , DeathDate , YEAR ),
            USERELATIONSHIP(DimDato[DatoKey], FactArvesager[Date of start] )
        )


As can be seen it works fine on row level, but I need to find the Average on the 'Date of start' = 53

I think I have complicated things in my head :.(

Plz help

0 REPLIES 0

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors