Forum Discussion

plmiquelon's avatar
plmiquelon
Frequent Visitor
4 years ago
Solved

Create a table based on measured values

+Hi, I would like to see if it would be possible to use values obtained from measure to create a table I want to create a table that has 2 column, one is date and second is cumulative cost. T...
  • johnt75's avatar
    johnt75
    4 years ago

    You can apply any filters you need by wrapping the whole thing in a CALCULATETABLE call. You can see exactly which filters were applied to your table visual by using Performance Analyzer to get the DAX code used to generate the query for the table.