data pages
1 TopicDifferent Data shown on different pages from the same Data Source
Hi everybody, I have a weird situation here. I have one pbix with two pages that shows linear graphs from the same data source (Direct Query). The graphs shows information from the same data source (same Direct Query), and in one page it shows until the last date of the data source, and in other page it shows until the previous day of the last date of the data source. This not only happend with the graphs but also with the table Graphs in one page: Graph in the other page: I have used some Measures shown just in one page, such as SUM Costes= sum(Historico[coste_alquiler])+sum(Historico[coste_materiales])+sum('Coste Personal'[Coste_Personal]) and Accumulated DAX formula this way: HisAcumuladoAlquiler = calculate(sum('Historico'[coste_alquiler]) , filter(all('Historico'), 'Historico'[dia] <= max('Historico'[dia]))) Not sure where is the problem, or if these measures are afecting the graphs of one of the pages or not, but in the slicer both pages shows that there is data available until the same date: Many thanks in advance for your help, Marina3KViews0likes11Comments