Forum Discussion
Covington
7 years agoHelper I
Find Differences in column
I have a set of data that I am querying out of a database that has the following fields: Node Tag Name Address There are multiple nodes that *may* have a Unique Address. Mostly, the Add...
- 7 years ago
Hi Covington
Not sure if I understood the requirement, but try this code, it will return true if there is more then one address variation per tag.
Column = CALCULATE( DISTINCTCOUNT( YourTable[Address] ), ALLEXCEPT( YourTable, YourTable[Tag] ) ) > 1Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
parry2k
7 years agoSuper User
Covington can you share sample data and expected output. Read this post to get your answer quickly.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490