Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
Having issue like I created new column in table using dax related(date1[date]). But column contains null values. Also there is a relationship between tables Pardavimai and Date1. I don't get why column is null. Date1 table is created from Pardavimai date column. Pls help me solve this issue.
Solved! Go to Solution.
Hi @Analitika,
It seems that your problem has been resolved as you mentioned in the following thread.
hi,
I would like to ask why measure gives me null value?
mok_ly =
IF( HASONEVALUE('Date1'[Metai]) ,CALCULATE ( [moketina_suma],
DATEADD ('Date1'[Date],-1,YEAR ) ) )
Table visual:
relationship between two tables
Hi @Analitika,
It seems that your problem has been resolved as you mentioned in the following thread.
Hi @Analitika ,
You can update the formula of measure [mok_ly] as below and check if you can get the correct result...
| mok_ly = IF ( HASONEVALUE ( 'Date1'[Metai] ), CALCULATE ( [moketina_suma], DATEADD ( 'Date1'[Date], -1, YEAR ), ALL ( yourfacttablename ) ) ) |
Best Regards
Hi @Analitika ,
May I know if this thread has the same problem with the below one? If yes, you can check my reply in the below one. Thank you.
Has one value measure issue in Power BI
Otherwise, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |