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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Bokazoit
Continued Contributor
Continued Contributor

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.