The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have this measure that works fine on a card visual, displaying TOP funded group name, yet I need also to display the least funded group to get the Bottom funded group name.
Top Funded Group= FIRSTNONBLANK(Topn(1,values('Unique Data Per Order'[Group]),[Total Funded]),1)
Does anyone know how??
You just need to apply the order filter (Change the second 1 to a 0)
Bottom Funded Group= FIRSTNONBLANK(Topn(1,values('Unique Data Per Order'[Group]),[Total Funded]),0)
If this post was helpful, please kudos or accept the answer as a solution.
~ Anthony Genovese
Need more PBI help? PM me for affordable, dedicated training or consultant recomendations!
did not work... same result.
User | Count |
---|---|
14 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
28 | |
19 | |
13 | |
8 | |
5 |