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.
Hey guys,
I thought I had a good approach for a formula, but in some cases I get this error message "A table of multiple values was supplied where a single value was expected". Here's what I need:
There is a table with Product names like this:
Product name | Start Date |
A1 | 01.01.2020 |
B1 | 01.07.2021 |
C1 | 01.08.2022 |
A2 | 01.09.2020 |
And another table with something like sales:
VOL | Product Category | Sales Date |
3 | A | 07.02.2020 |
1 | A | 08.02.2020 |
6 | A | 07.09.2020 |
3 | A | 09.02.2020 |
3 | A | 10.09.2020 |
4 | B | 01.07.2021 |
Please note: The tables are not directly connected, but through another table so that A1, A2, ... belong to A.
What I want Power BI to do is to look for the maximum VOL and return the sum for the following 6 days. But first, he has to check if the volume of product category A belongs to A1 or A2, which I did with DATESBETWEEN Min(Start Date) and Min(Start Date)+60 days.
I tried this formula:
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 |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |