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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Tutati
New Member

Most Recurring sub category keep appearing as Blank

Good afternoon everyone.

I'm stuck on a DAX issue where I am supposed to get the most reoccuring sub category of problems from logged tickets. My column headers are '

Category
Closed Time
Created Time
Department
Ticket Id
Sub-Category

 

There are more headers I can't share but these are the ones i need. I have used the measure;

CALCULATE(
    VALUES(vIT_FreshService_Tickets[Sub-Category]),
    FILTER(
        ALL(vIT_FreshService_Tickets[Sub-Category]),
        COUNTROWS(FILTER(vIT_FreshService_Tickets, vIT_FreshService_Tickets[Sub-Category] = vIT_FreshService_Tickets[Sub-Category])) =
            CALCULATE(MAXX(ALL(vIT_FreshService_Tickets[Sub-Category]), COUNTROWS(vIT_FreshService_Tickets)))
    )
)
The tickets are two months worth (August and September) so I do filter by date. However, i want to be able to show the most recurring by month.

 
All suggestions will be appreciated.
 
Thank you in advance.
1 REPLY 1
FreemanZ
Super User
Super User

hi @Tutati ,

 

try to post some sample data, ideally with expected result. 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 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.