Forum Discussion
cdnjj
8 years agoFrequent Visitor
COUNTX distinct values without CALCULATE
Hello, Any thoughts on how to convert the statement below into a distinct count? Here's the trick; it needs to be accomplished without using CALCULATE (due to a circular reference limitation)....
- 8 years ago
Magic! Corerct, I am building out a calculated column.
Thank you.
TomMartens
Super User
8 years agoHey,
It would be really helpful if you would provide sample data.
But my first idea would be
COUNTROWS( VALUES(SalesLineData[TransactionNumber]) )
Hope this helps
Regards
Tom