Forum Discussion

renanpinheiro's avatar
renanpinheiro
Icon for Advocate II rankAdvocate II
9 years ago
Solved

Generic months in a graph

I need to generate a graph as follows: I have a table with two date fields. The first is DataCriacao, which has the opening of so-called dates. The other is DataConclusao, with the dates on which th...
  • Anonymous's avatar
    Anonymous
    9 years ago

    renanpinheiro in really high level terms, you could create a date table and associate both your date columns to the same date table. Then in your DAX calculations to count number of calls you would use the "USERELATIONSHIP" function to determine which relationship to use (1 will have to remain inactive)

    This blog explains it well, and gives you another option to create multiple tables, but that may mess with one x-axis