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 automate my invoicing calculation as excel is not able to support the data size. I am using power BI for automating the calculations.
So, problem as under -
I have orders in different dates and different date periods have a different price agreement (depends on sequence number as well - but that is not a big problem).
In excel, we would normally do a filter and assign a price valid on that date to the order rows. This is important as we need to give this backup to our clients for cross verification.
How do we do this in power BI -
Solved! Go to Solution.
@NitinReja , You can create new column like the one below in Table 1
MAxx(filter(Table2, Table1[Collection Date] >= Table2[Date Valid From] && Table1[Collection Date] <= Table2[Date Valid to]), Table2[Price 1St])
Hi, @NitinReja
It seems that @amitchandak's formula can work for you and I have created an example for your reference.
If it doesn't meet your requirement, please share more details.
Best Regards,
Community Support Team _ Eason
@NitinReja , You can create new column like the one below in Table 1
MAxx(filter(Table2, Table1[Collection Date] >= Table2[Date Valid From] && Table1[Collection Date] <= Table2[Date Valid to]), Table2[Price 1St])
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 |
---|---|
71 | |
70 | |
43 | |
31 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |