Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I need to showcare the TOP Funded and the Lowest Funded Agency (in Cards)
I was able to show TOP, in 2 different ways, but how do I change the formula to give me the bottom#? I tried to use ASC instead of DESC, the Agency returned is not the bottom one.
Top Funded 1 = Calculate( SELECTEDVALUE('Unique Data Per Order'[Agency]),FILTER(TopN(1, All('Unique Data Per Order'), [Total Funded Amount],DESC), TRUE))
Top Funded 2 = FIRSTNONBLANK(Topn(1,values('Unique Data Per Order'[Agency]),[Total Funded]),1)
@Omarion84 to get bottom N make DESC to ASC in topN formula
Top Funded 1 = Calculate( SELECTEDVALUE('Unique Data Per Order'[Agency]),FILTER(TopN(1, All('Unique Data Per Order'), [Total Funded Amount],ASC), TRUE))
Did I answer your question? Mark my post as a solution!
As I mentioned in my post, I tried that, it did not bring the bottom *lowest funded agency*
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
19 | |
18 | |
18 | |
15 |
User | Count |
---|---|
39 | |
22 | |
18 | |
15 | |
12 |