Forum Discussion
Syndicate_Admin
4 years agoAdministrator
Fill in date data
Hello everyone I need help in something that has me stuck. I have a table appended to PowerBi using Direct Query with dates and data. The data are annual but in the table they only appear for a spec...
- 4 years ago
This should work:
PaulDBrown
4 years agoCommunity Champion
Try:
Poblacion =
CALCULATE ( SUM ( Table[Poblacion] ), ALL ( 'Calendar Table'[Month] ) )