Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello good people, now I am reading "Definitive Guide to dax - Alberto Ferrari". The first image shows the the days between delivery dates and order dates. The 2nd image is the practice file done by me and what you can see is the negative differences. I am working with the same data been used in this book but it's not working for me It's been 3 days I am trying everything to get the accurate result, but I failed. I can't understand what the fault is in tha dataset. For your help, I've provided the file to go it over.
https://drive.google.com/file/d/1R43cXcP0Fa1jdgbXVvq6FhMv2HrYvSWp/view?usp=sharing .
Solved! Go to Solution.
@Anik , I tried this in the file as new column , see all +ive
DaysToDeliver = if(Sales[Order Date]<Sales[Delivery Date], datediff( Sales[Order Date],Sales[Delivery Date] ,day ) ,datediff( Sales[Delivery Date] ,Sales[Order Date],day ))
@Anik , I tried this in the file as new column , see all +ive
DaysToDeliver = if(Sales[Order Date]<Sales[Delivery Date], datediff( Sales[Order Date],Sales[Delivery Date] ,day ) ,datediff( Sales[Delivery Date] ,Sales[Order Date],day ))
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 |
---|---|
10 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
14 | |
13 | |
11 | |
9 | |
8 |