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.
Hello, I have a problem with values function. I have 3 columns: partner_id ; date_from ; user_id. In date_from column, there are dates: 1/1/2011 ; 4/1/2018 ; 10/1/2018. The main idea is to create dax formula that calculates for how long user was working with different partners and if that user is still working with partners now.
If I filter out in power querry just two different (distinct) dates from 'date_from' column , then my dax formula works without no problems and gives the correct result. If I filter out in power query three or more different (distinct)dates, then formula gives an error " a table of multiple values was supplied where a single value was expected."
My question is: how to rewrite this formula that new calculated column "Date_to" it could take three dates together and compare them?
Solved! Go to Solution.
@Anonymous,
You may just use MIN Function instead.
@Anonymous,
You may just use MIN Function instead.
You saved so much time with that simple solution, thanks and it works very dynamically ! 🙂
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
39 | |
31 | |
26 |
User | Count |
---|---|
97 | |
87 | |
43 | |
40 | |
35 |