Forum Discussion
Anonymous
2 years agoNot applicable
Dax | Data modeling issues
Hello everyone, I have an issue with my model and how to extract data from it using the relations between my tables. My final output is from the key from Dim1, I'll use it to extract all columns fro...
MFelix
2 years agoSuper User
Hi Anonymous ,
Create the following measure:
Show Values = CALCULATE(COUNTROWS(Fact2), CROSSFILTER(Dim2[ID2], Fact1[ID2], Both))
Now add this measure as part of your table visual as you can see in the example below the data gets filtered:
Anonymous
2 years agoNot applicable
Hello, can I talk to you in private or anytihing to get more informations about that if you can
- MFelix2 years agoSuper User
Sure, send private message throug the forum.
- Anonymous2 years agoNot applicable
It's done, I sent it to you