Hi,
I want to get the count of values from table, grouped by “Description”, in addition to this , I want to get another column with percentage value.
How can I achieve this without using the SQL, but just Metabase question ?
Please let me know if this option is possible in Metabase.
You’d do it the same way you would in SQL, with a join.
Add a Summarize node with Count of rows grouped by Description, then join the table with the percentage on Description (assuming its unique).
If that isn’t clear, post your SQL query and we can translate it into a notebook query.