Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hey guys,
So basically my dataset has order data for two markets combined into one. I manually combined them, but they have the same columns etc so it's okay. To distinguish between the two markets I've added a column which says 'Market' either 'England' or 'USA'
The issue is when I do a distinct count on order # to find out unique orders. Looks like both the markets have some similar Order IDs which causes an issue as distinct count would not count it as two, but as one. Is there any way past this or will I need to create two seperate views? Can I get a distinct count which sort of ignores duplicates ONLY if that duplicate belongs to another market?
Solved! Go to Solution.
@Jas1998 , Based on what I got, A new measure
countrows(Summarize(Table, Table[Market], Table[Order ID]) )
Wow, thank you so much. Worked.
Can you take a minute to explain the logic to me? And how do I get a grip of these advanced formulas? I've only done a beginner course.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
79 | |
65 | |
52 | |
30 |
User | Count |
---|---|
115 | |
114 | |
71 | |
66 | |
39 |