This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
how can i solve this error
A single value for column 'Ticket ID' in table 'TT' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result.
Hi @kadwy ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution to make the thread closed. More people will benefit from it.
If not,please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Hope to hear from you😀
Best Regards,
Eyelyn Qin
Hi @kadwy ,
It's suggested to provide me with more details about your table and your expected output or share me with your pbix file after removing sensitive data.
Best Regards,
Eyelyn Qin
Hi @kadwy ,
Based on my test, the formula you used is applied to column but not measure.
So you may try this:
Yes/NO Column = IF(LOOKUPVALUE(TT[Problem ID],TT[Problem ID],TT[Ticket ID])=BLANK(),"No","Yes")
or
Yes/NO Measure = IF(LOOKUPVALUE('TT (2)'[Problem ID],'TT (2)'[Problem ID],MAX('TT'[Ticket ID]))=BLANK(),"No","Yes")
The final output is shown below:
If it's not you expected, please provide me with more details about your table and your expected output or share me with your pbix file after removing sensitive data.
Refer to:
https://docs.microsoft.com/en-us/dax/lookupvalue-function-dax
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you
if a1=value in table 1 yes if not no
Create column not measure
If this post helps, then please consider Accept it as the solution and give it a thumbs up
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 9 | |
| 8 | |
| 8 |
| User | Count |
|---|---|
| 49 | |
| 34 | |
| 27 | |
| 21 | |
| 20 |