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.
I have an access database with around 10 tables. The tables contain recordid which link them to my applicant table with the data that's relevant to my visual.
Currently it shows the count of the number of times '1' appears in each tables related row in the Applicant table. How do I make it show only the top 3 highest counts in the visual?
Solved! Go to Solution.
Power bi does not support rank value multiple fields.
The workaround for this issue is combining the 10 tables into 1 table, then you can create a rank by count of each city.
However, I am not sure whether it is feasible for you model.
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Power bi does not support rank value multiple fields.
The workaround for this issue is combining the 10 tables into 1 table, then you can create a rank by count of each city.
However, I am not sure whether it is feasible for you model.
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Use a Top N filter.