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 August 31st. Request your voucher.
Hello
I am trying to get the lowest percentage but above Zero as there is loads, any ideas?
Thank
Ross
Solved! Go to Solution.
@rosscortb , Try a measure like
calculate([percentage of hour], filter(values(Table[employee]), [percentage of hour] >0))
and take top N on this
@rosscortb , Try a measure like
calculate([percentage of hour], filter(values(Table[employee]), [percentage of hour] >0))
and take top N on this
Hi @rosscortb
Please see this post regarding How to Get Your Question Answered Quickly (courtesy of @Greg_Deckler) and How to provide sample data in the Power BI Forum (courtesy of @ImkeF).
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsUser | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |