sort_column_by
Avoid alphabetical ordering in Power BI visuals by sorting a column with a dedicated sort column (e.g., Month by MonthSort) to enforce chronological or logical order.
Instructions
Sort a column by another column (e.g. Month by MonthSort) so visuals order chronologically/logically instead of alphabetically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| column | Yes | ||
| sessionId | Yes | ||
| sortByColumn | Yes | column to sort by |