March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
Thank you all!
Solved! Go to Solution.
@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])
@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])
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |