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

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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