Forum Discussion
n value in colum
Maximum
Measure = MAXX(KEEPFILTERS(VALUES(TableNameOrColumnName)),CALCULATE(COUNTA(ColumnName)))
Minimum
Measure = MINX(KEEPFILTERS(VALUES(TableNameOrColumnName)),CALCULATE(COUNTA(ColumnName)))
Pura vida!
Maximun
Original column named A, has the number 2 repeated 142 times (quickmeasure) Maximum
Minumum
Original column named A, has the number 28 repeated 1 times (quickmeasure) Minimum
- Anonymous4 years ago
Hi, sure is just a tip, in order to find the n quantity of times that any number is repeated in the column.
2 Replies
- amitchandakSuper User
Anonymous ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
Refer if Rank or TOPN can help
https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures
https://community.powerbi.com/t5/Community-Blog/Dynamic-TopN-made-easy-with-What-If-Parameter/ba-p/367415
Appreciate your Kudos.- AnonymousNot applicable
Hi, sure is just a tip, in order to find the n quantity of times that any number is repeated in the column.