Forum Discussion
Syndicate_Admin
Administrator
5 years agoApplied bars - percentage
New to POWER_BI. I'm doing a graph of stacked boards to get vehicle types/percentage. the data I have is Table1 [POLIZA] Table 1 [Vehicle Type] I'm trying to do a measure by nesting Average and c...
- Anonymous5 years ago
You might try:
measure = calculate(count('table'[poliza]),allexcept('table','table'[type]))/CALCULATE(COUNTROWS('Table'),ALL('Table'))
Best regardsJay
Anonymous
5 years agoNot applicable
You might try:
measure = calculate(count('table'[poliza]),allexcept('table','table'[type]))/CALCULATE(COUNTROWS('Table'),ALL('Table'))
Best regards
Jay