research and try how Supabase MCP works for querying the data. I liked their solution to this problem
Check out Maze.co. it might help with your specific use case. It lets you visualize page heatmaps and user interactions. In one of my projects they were using it and seems they were happy about it
Double check the documentations again but if i am not mistaken PowerBI can only use direct queries/tables/views
Double check the documentations again but if i am not mistaken PowerBI can only use direct queries/tables/views
I use a similar approach, but instead of storing role data in a public.profiles, I save it directly in the auth app metadata. mainly because I use RBAC with JWT and custom helpers like is_admin and is_superadmin for RLS. I have another locked table called public.accounts where I sync from auth app meta data to my public.accounts for analytics
Pause/unpause would fix it (at least that was the case for me)