Forum Discussion

theaddies's avatar
theaddies
Frequent Visitor
3 years ago

Values function works with separate table but not within same function

I have a table within Power BI that I created using the formula below. top_10_country_list_alternative = topn( 10, values(capacity_production_by_plant[Country]), calculate(sum(capa...