Hi folks,
I need some help on how to filter a pie chart based on current logged in user.
Currently I have a view and a pie chart in power apps, and i have successfully put the chart into the power page website by inserting a liquid code like below:
{% chart id:"********" viewid:"*******" %}
But the view listed results from all users(Contacts)in the system.
What I want is to filter the user(Contacts) based on the current logged in user. My initial thoughts was to add a filter in the liquid code.
Really appreiciate some ideas!!