Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Full Data Picture
Dax Measure
Hi ,I hope you would be all fine and great in health.
I have an issue there is date when inventory would be posted in system but due to logistics issue it comes and posts after 7 days and i have to add it manually ,so i made a dax measure.
dax measure was successfully but facing some of dates missing .Please need support and help in this matter
Solved! Go to Solution.
Try this,
Original Date = IF(Forecast[Date]=DATE(1900,1,1), Forecast[Date], Forecast[Date] +7)
Shall try this:
Original Date = Forecast[Date] - 7
BTW, DATEADD is a time intelligence function and thus its first argument needs to be a date column from a Date table.
Thankyou @FreemanZ .it got sorted but i dont want 1 january 1990 to be added except date i need all dates to be added .What would be the solution please
Try this,
Original Date = IF(Forecast[Date]=DATE(1900,1,1), Forecast[Date], Forecast[Date] +7)
Dear @FreemanZ ,Thanks alot .It gives alot of confidence to learn and grow when people like you are always ready to help.
God Bless you
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |