Forum Discussion
Syndicate_Admin
5 years agoAdministrator
Applied 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
parry2k
5 years agoSuper User
Syndicate_Admin can you put some sample data and expected output. Read this post to get your answer quickly.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490