mirror of
https://github.com/MinaSaad1/pbi-cli
synced 2026-04-21 13:37:19 +00:00
Confirmed from Sales_Report.Report Desktop export: kpi visuals have a third queryState key TrendLine (date/axis column for the sparkline), and gauge visuals have a second queryState key MaxValue (a measure role). - kpi.json template: add TrendLine projection slot - gauge.json template: add MaxValue projection slot - VISUAL_DATA_ROLES: updated kpi and gauge role lists - ROLE_ALIASES: added trend_line/trend aliases for kpi, max/max_value/target for gauge - MEASURE_ROLES: added MaxValue (TrendLine binds to Column, not Measure) - tests: 6 new tests covering template structure and alias resolution |
||
|---|---|---|
| .. | ||
| mocks | ||
| test_commands | ||
| __init__.py | ||
| conftest.py | ||
| test_claude_md.py | ||
| test_config.py | ||
| test_connection_store.py | ||
| test_e2e.py | ||
| test_errors.py | ||
| test_helpers.py | ||
| test_output.py | ||
| test_platform.py | ||
| test_report_backend.py | ||
| test_visual_backend.py | ||