Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello! I am trying to put together a Top 5 filter that should filter me a series of tasks, depending on its date of completion showing me only the 5 oldest.
I tried to do it directly using the Top N filter from the filters tab of the visual but I do not get the result I am looking for, I think because there are values that are repeated (which makes it show me much more than 5 values).
I have also tried to solve it by means of measures, for example with RANKX, but I did not reach the desired result either, what would be the best way to do it? What I need is to show if or if only 5 results, those of older date.
Thank you!
@Syndicate_Admin , Make sure you are using values
example
calculate([Net Sales PY], TOPN(5, allselected('Address'[Country ISO]), [Net Sales PY],desc), values('Address'[Country ISO]))
TOPN: https://youtu.be/QIVEFp-QiOk
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
84 | |
84 | |
73 | |
49 |
User | Count |
---|---|
143 | |
132 | |
110 | |
65 | |
55 |