Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi
I have two tables. 'CUSTOMERS' and 'REFERENCE'.
I have made a count of how many times a VATNUMBER occurs in 'CUSTOMERS'. The count works fine, right up until I add data from the 'REFERENCE' table.
Can anyone tell how I can keep the count even though I want to see data from both tables?
Thanks in advance.
You can try
VATNUM occurrences =
CALCULATE (
COUNTROWS ( AXtest_CUSTTABLE );
ALL ( AXtest_CUSTTABLE );
VALUES ( AXtest_CUSTTABLE[VATNUM] );
REMOVEFILTERS ( References )
)
@tamerj1 Thanks for your suggestion. Unfortunately this does not solve the problem.
Sorry for that.
try to CROSSFILTER the relationship to "None"
Or otherwise, you can add it as measure not a column. Can you please share a screenshot of you data model (relationships) and provide the names of the tables and involved columns?
Yes I have a relationship between the two tables. There is no data in Tdcid for the mentioned vatnumber.
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |