Metabase version : v0.52.7
original question has below structure:
Category | Distinct Users | Turnover | Gross Revenue | Net Revenue | Bonus |
---|---|---|---|---|---|
1 | 100 | 12000 | 2000 | 1500 | 500 |
Metabase alert on a slack channel shows:
Category | Category | Distinct Users | Turnover | Gross Revenue | Net Revenue |
---|---|---|---|---|---|
1 | 100 | 12000 | 2000 | 1500 | 500 |
Note that the values maintain the order, but not the headers
This is not for all questions of the dashboard though
What can be done?