Categories on attribute archive pages

OK, if any body come across this question I managed to find better and workable solution.

Before querying all the categories on sidebar I check if this is brand archive page and if yes I use wp_get_object_terms function, pass all product ids from wp query to get only needed categories. 🙂

In this way I show only categories which have products that have queried brand term.