Forum Discussion
yyhk123
3 years agoFrequent Visitor
distinct table with more than 1 fields
Hi, How can i recreate a table from step 1 to step 2 below? (in DAX) 1. Customer ID | Price | Program Name | Date ABC $100 Show 10/1/2022 ABC ...
- 3 years ago
Hi yyhk123 ,
if you ant to create another table you can use this
Table = SUMMARIZE('Facts17', 'Facts17'[Customer ID], 'Facts17'[Date] )If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dinesh_Suranga
Continued Contributor
3 years agoyyhk123
3 years agoFrequent Visitor
i want this to be in DAX
thank you!
- Dinesh_Suranga3 years ago
Continued Contributor
- yyhk1233 years agoFrequent Visitor
I am using that field to create another table
is there a way without removing the columns?- Dinesh_Suranga3 years ago
Continued Contributor