Forum Discussion
Calculating Top N across columns
Hi Clint,
What I understood after looking at your dummy data is that, you want the summation of all the count in each column for all your projects and identify the highest summation for each of these columns.
Correct me if I am wrong.
if What i undersood is correct, then can you show the table somethign like this??
This is because Power BI support doesn't support multiple Top N in Visual level filters.
May be you need a Calculated column.
you can refer this post :
https://community.powerbi.com/t5/Desktop/TOPN-for-two-columns/td-p/545097
Thanks,
Tejaswi
Thanks Anonymous , I just created a couple of tables in excel to pull the data together in the way I needed it to do the Top N. The datamodel of the source just needs to be restructured I think to give us more flexibility in working with it.