Forum Discussion
Ferha_Jafri
1 year agoFrequent Visitor
All year data in bar chart
Hello Experts, I have a filter on my page of year, but I wanted to show all year in the bar chart. So on the same page have other graphs which should respond on year filter , but bar chart should...
- 1 year ago
Try
CALCULATE(Table Name(measure you want),ALL(Year/Date field))
such as CALCULATE(Final_Table[Sum_Premium],ALL(Final_Table[effective_date]))
bhawanak
1 year agoRegular Visitor
Try
CALCULATE(Table Name(measure you want),ALL(Year/Date field))
such as CALCULATE(Final_Table[Sum_Premium],ALL(Final_Table[effective_date]))