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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
amerianou
Frequent Visitor

Which values appear more than x days in a month

Hello everyone,

 

I've got the following dataset which I have Unpivoted by date and I want to count many values (INDEXes) have more than 5 in's during a month. This will show which are the regular visitors.

amerianou_0-1633525349401.png

 

Thank you all!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@amerianou , Create a column for month year and then try a measure like

 

countx(filter(summarize(Table, Table[Index], Table[Month Year], "_1", count(Table[In])),[_1]>5),[Index])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@amerianou , Create a column for month year and then try a measure like

 

countx(filter(summarize(Table, Table[Index], Table[Month Year], "_1", count(Table[In])),[_1]>5),[Index])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hello and thanks for the previous answer, it worked.

But not I have changed my INDEX column from number to text type, because some of my indexes also have letters. That means the summarize function doesn't work. Is there any way to fix this?

 

thanks in advance!!

Thank you very much!

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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