Forum Discussion
Kumshan450
8 years agoHelper III
Create new table by filtering column value
Hi, I have created a calculated column which will count rows that are duplicate. Count = CALCULATE(countrows(Receiptdump),ALLEXCEPT(Receiptdump,Receiptdump[RECEIPT_NO])) Receipt no ...
- 8 years ago
Hi I Finally got the answer,
I created the new table by applying the formula using calculate table function.
Distinctreceiptdump = CALCULATETABLE(Receiptdump,filter(Receiptdump,Receiptdump[Count]=1))
Kumshan450
8 years agoHelper III
using dax
Kumshan450
8 years agoHelper III
Hi I Finally got the answer,
I created the new table by applying the formula using calculate table function.
Distinctreceiptdump = CALCULATETABLE(Receiptdump,filter(Receiptdump,Receiptdump[Count]=1))
- Anonymous8 years agoNot applicable
Hi Kumshan450,
Perfect! I see that you must be using Power BI then and not Power Pivot?
Congrats and Kudos,
Kris
- Kumshan4508 years agoHelper III
Yes i am using power BI