Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
First, let me prefice by saying that I am extremely new at Power BI.
I have 2 date columns where I want to get the number of days between them. I am attempting to create a New Measure -> Column using the following formula:
Column = DATEDIFF(WorkOrders[AnalyzedDateActual],WorkOrders[StartDate],DAY)
But, I am getting the following error, "A Single value for column 'AnalyzedDateActual' in table 'WorkOrders' cannot be dtermined..." What am I doing wrong.
Solved! Go to Solution.
First of all are you trying to create a new measure or a new column? If it's a column, are you sure you're creating it on the correct table? If you are in the report editor view rather than the table view, and you don't have the WorkOrders table selected over on the right side, it could be trying to create this column in a different table that doesn't have single row context for that table and column.
Proud to be a Super User!
First of all are you trying to create a new measure or a new column? If it's a column, are you sure you're creating it on the correct table? If you are in the report editor view rather than the table view, and you don't have the WorkOrders table selected over on the right side, it could be trying to create this column in a different table that doesn't have single row context for that table and column.
Proud to be a Super User!
Thank you! That was exactly the issue - I did not have the correct table selected.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 35 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 136 | |
| 96 | |
| 77 | |
| 67 | |
| 65 |