Forum Discussion
Analitika
Post Prodigy
4 years agoNull value using measure in Power BI
Hello, I would like to ask how to fix this. I wanted to calculate the change between years but getting null value, Formula looks like this: mokLY =
IF( HASONEVALUE(PARDAVIMAI[year]) ,CALCULATE...
Saap
Resolver III
4 years agoIn SAMEPERIODLASTYEAR function use the date column from your date table instead of PARDAVIMAI[SUTP_DATA].
Analitika
Post Prodigy
4 years agoHi, it also wrong:
All time diff is -1. But sum is different in 2021 and 2022 years. I also checked that there is a relationship between date and table2 tables. But getting wrong answer.