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
Solved! Go to Solution.
Hi, sure is just a tip, in order to find the n quantity of times that any number is repeated in the column.
@mchacon ,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/3...
Appreciate your Kudos.
Hi, sure is just a tip, in order to find the n quantity of times that any number is repeated in the column.