Forum Discussion
Anonymous
2 years agoNot applicable
Create a Dashboard table with 2 data sources
Hello dear friends, After 3 days of desperate efforts, I decided to seek for help. I have 2 data sources (1 that we receive every month and 1 that is annual/stable where we have all the 12 months)....
Anonymous
2 years agoNot applicable
Anonymous Have you tried using the DATE function along with your IF function?
Example Measure =
IF ( VALUES ( Table[Date Column] ) = DATE ( 2023, 11, 8 ), 1, 0 )