Forum Discussion

Volvo_Chang's avatar
Volvo_Chang
Helper I
7 years ago
Solved

Measure

Hello Team, Need your expertise! I have net cases number pulled from daily invoice database. I want to show the net cases in the table is as the table below as separate view based on the date range...
  • GilbertQ's avatar
    GilbertQ
    7 years ago
    Hi there

    Could you not create a date table. and then link your data based on the dates of the transaction.

    In your Date table you could have a column with the Start and End Dates.

    Then your measure would just be the sum('summary InvoiceDCByDay'[NetCases]

    And you would use the column from your date table?