Forum Discussion
POWER BI
- 8 years ago
Hey,
not sure if I understand you correctly for this reason I created a little gif that demonstrates how you can apply "additional" filter by pressing control and select from a second visual for example.
I created a measure to calculate the ratio of selections to all rows
ratio of population = COUNTROWS('Table1') / CALCULATE( COUNTROWS('Table1') ,ALL('Table1') )And here is the gif
Hopefully this is what you are looking for
Regards,
Tom
Hey,
not sure if I understand you correctly for this reason I created a little gif that demonstrates how you can apply "additional" filter by pressing control and select from a second visual for example.
I created a measure to calculate the ratio of selections to all rows
ratio of population =
COUNTROWS('Table1')
/
CALCULATE(
COUNTROWS('Table1')
,ALL('Table1')
) And here is the gif
Hopefully this is what you are looking for
Regards,
Tom
- kimx32638 years agoNew Member
Definately Help SO MUCH!!
You rock!
Thanks!
- TomMartens8 years agoSuper User
Hey kimx3263,
please consider to mark my answer as solution this will also help others.
And if you really appreciate my solution you also might consider to give a Kudos to the answer ;-)
Cheers,
Tom