Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi!
I am trying to create a dashboard for different visuals around customer payments - this visual is specifically for whether or not a payment is overdue, however there are different variables based on domestic and commercial customers.
Commercial customers have 30 days after the invoice date before payment is due
Domestic customers have 14 days after the invoice date before payment is due
I have got to this stage in my formula creation where no syntax erros have been detected, however the column is still returning "Error" down all lines.
Please can anyone help? Screenshot below:
Solved! Go to Solution.
Hi @MW_TSC,
You can't add numbers and dates, these are two different types of values
Use the Date.AddDays function instead.
To illustrate:
Date.AddDays( [Invoice Date], 30)
That's great, thankyou!
Hi @MW_TSC,
You can't add numbers and dates, these are two different types of values
Use the Date.AddDays function instead.
To illustrate:
Date.AddDays( [Invoice Date], 30)
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
10 | |
7 | |
7 | |
6 | |
6 |