Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.