374 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
80
views
How to pass auth secrets to iframe app embeded in Metabase
I have:
Metabase
app (frontend that I need to embed in the Metabase to make custom admin dashboards)
some http API with custom admin functional that requires auth to access
Metabase providing iframe ...
0
votes
0
answers
88
views
Metabase blank page after docker-compose deployment
I'm having a problem using Metabase locally. I am trying to build a fork/custom version of Metabase where I built a Docker image, which I used for my docker-compose setup.
Everything looks like it ...
0
votes
1
answer
177
views
Metabase Dashboard - "Sorry, you don't have permission to see this card" issue
I've created a dashboard in Metabase and granted user access, but they keep seeing the error:
Sorry, you don’t have permission to see this card.
Here’s what I’ve tried so far:
Checked dashboard ...
0
votes
0
answers
171
views
Metabase does not output newline
I use Metabase version 0.53.2 as visualization tool. It connects to my MySQL database. I have table log, which has desc column of type longtext. There is Python program, which stores several lines ...
0
votes
0
answers
66
views
Unable to Build Custom Impala Driver for Metabase v0.52 - Dependency & Classpath Issues
I had try to use the jar files of this repo https://github.com/brenoae/metabase-impala-driver but there was a compatibility issue between the driver and metabase v0.52.6, so I decide to build a custom ...
0
votes
1
answer
324
views
Dynamic Filter Linking Issue in Metabase Dashboard
We are facing an issue with dynamically updating filters on our Metabase dashboard.
Our Setup:
We created filters based on questions to restrict users from viewing data from other states or districts....
0
votes
1
answer
145
views
Can I send data from Azure monitor / fabric to metabase
We currently use azure monitor to monitor our system. I want to export this data to metabase, any idea how
PS Yes I know power BI is easy but the cost is just too much
0
votes
0
answers
341
views
Metabase: row level security
I am currently using the free version of Metabase for learning and testing purposes. I've set up two dashboards for two different users based on hardcoding state names into the filters. The ...
1
vote
1
answer
331
views
Metabase and PostGIS
I'm using metabase to explore a large postgis database. Metabase has a map viewer but from what I understand I can only make specific map types. One of my tables has a geomtry column with WKT data. Is ...
1
vote
2
answers
69
views
Calculate sales depending on stock entries
I'm working on a BI request and I'm stuck and need your help :-)
Here's the context :
My company is receiving products and selling them. Until here, nothing complex :-)
The selling price is varying ...
0
votes
0
answers
77
views
Select specific columns according to a condition
I'm working on metabase and I have a table like this
id
type_id
AMOUNT
format_Date
id_1
t1
13
01-2024
id_1
t1
12
02-2024
id_2
t2
13
03-2024
id_2
t2
12
06-2024
id_1
t1
25
13-2024
id_2
t2
25
13-2024
...
0
votes
1
answer
64
views
Subquery in case statement not working. returns Else for every line
I have this query with a subquery inside a case statement that's querying the same table.
SELECT
type,
sender,
contract,
transaction,
ts,
case
when contract = '...
0
votes
1
answer
50
views
Counting the instances of IDs where i got from a different cte in another table
I'm trying to make this session counter that counts the number of sessions a user has had before the date of this session (if he used a coupon) so i started by getting a list of of users that used a ...
0
votes
1
answer
450
views
How to make metabase read-only?
I have a metabase instance I'm migrating away from. It has both athena and rds database connections. How do I prevent users from editing existing cards and dashboards and creating new ones?
0
votes
0
answers
160
views
Why is metabase giving this weird error of invalid reference?
SELECT
count(
distinct "public"."cnpy_portfolio_current_snapshot"."userid"
) AS "count"
FROM
"public"."cnpy_portfolio_current_snapshot&...