Forum Discussion
MissBI_21
4 years agoHelper II
Dynamic Logo
Hi all, I have a question about creating dynamic logos. I followed the below tutorial to allow me to add in dynamic logos: https://www.youtube.com/watch?v=dzJvTcCedm8&ab_channel=BIElite ...
- 4 years ago
Hi, MissBI_21 ;
Such as video's method ,you should change the URL to the first.
The final output is shown below:
If I understand error , could you share more detail ?
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
4 years agoSuper User
MissBI_21 , Use min for country
example
Measure =
var _max =minx(allselected(Table), Table[Country])
var _min = minx(allselected(Table), Table[division])
return
calculate(max(Table[url]) , filter(Table, Table[Country] = _max && Table[division] =_min))