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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
fep
Helper I
Helper I

Blank Totals row Matrix

I have create age bucket that count employees in to age groups.
But the total row is blank.

this is the Dax formula (measure)

Count_Employees =
VAR AgeStart =
    SELECTEDVALUE(agegroups[Min])
VAR AgeEnd =
    SELECTEDVALUE(agegroups[Max])
RETURN
    COUNTROWS(
        FILTER (
            VALUES ( Personalreport[employeeID]),
            [Dynamic age] > AgeStart
                && [Dynamic age] <= AgeEnd
        )
    ))
   
The Dynamic age is a measure that- calculate age based on Date Table selection.
Dynamic age = INT(YEARFRAC(SELECTEDVALUE(Personalrapport[Birthday),MAX(CalendarHR[Date])))z
This is the result
fep_0-1664184212072.png

 

What do I have to do to get this to Sum Totals?
2 REPLIES 2

hi @fep,
if possible can you provide a sample or dummy file.
Thanks

Hi, I am sorry but that will require alot of work to remove personal information. I will see if I can make another file.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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