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! Request now
I need to convert the tableau calculation to PBI Dax
if DATETRUNC('week', [Date1) < DATETRUNC('week', [Date2])
then 0
else zn([column1])+zn([Column2])
if ActualDate is less than delivered date then 0 else the sum should come.
I tried the same concept in power BI
a = if(
Solved! Go to Solution.
Don't use the .[day] hierarchy item.
@lbendlin Can you show me how throught the power BI file. I tried the same yet the result seems to be wrong.
Help is really appreciated.
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 |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |