Forum Discussion
Anonymous
5 years agoNot applicable
Filter table before using CROSSJOIN
Hi, I want to create a crossjoin table of the table below with only "A" values in the "field" column. I know how to do this if I first manually filter the field. However, this is not a suitable o...
amitchandak
5 years agoSuper User
Anonymous , what is the expected output table, is not very clear. Please share an example
- Anonymous5 years agoNot applicable
Here's the expected output table. In this example I have filtered "field" A in query editor before creating the new table using crossjoin. My goal is to find a way to keep the original table untouched and do the "field" filtration in dax when creating the new crossjoined table.