Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I have created a measure:
Date marker = VALUES(tblVisit[MaxDate])
The measure produces the correct result.
I want to use the measure inside an IF function in a new column (in a different table), something like:
IF(tbl[Date]>[Date marker],"y","n")
This gives me an error: 'A table of multiple values was supplied where a single value was selected'.
If I hard code a date everything works fine:
IF(tbl[Date]>DATE(2018,04,01),"y","n")
Is anyone able to let me know why using the measure does not work?
Cheers,
Mark
Solved! Go to Solution.
Hello,
Thanks for the reply. I have sorted the issue out - my problem was driven by a number of issues, the largest of which was that my date measure was formatted as text!!
Thanks again.
Cheers,
Mark
From what I can tell, Date Marker is being used to return a list of dates. When you enter your IF statement, you are checking if tbl[DATE] is greater than your list of dates. Since you haven't provided a method of aggregation of that list, Power BI is unsure what you are trying to do.
The points I would raise here are:
Hello,
Thanks for the reply. I have sorted the issue out - my problem was driven by a number of issues, the largest of which was that my date measure was formatted as text!!
Thanks again.
Cheers,
Mark
Hello,
Thanks for the reply. I have sorted the issue out - my problem was driven by a number of issues, the largest of which was that my date measure was formatted as text!!
Thanks again.
Cheers,
Mark
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 30 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 71 | |
| 59 | |
| 39 | |
| 22 | |
| 22 |