Forum Discussion

fmarthidalgo's avatar
fmarthidalgo
Frequent Visitor
2 years ago
Solved

How to force a slicer from a table without Data using DAX?

Good morning all!   I am struggling with something that might have an easy fix, I just cannot get around it!    Here is my scenario:   Table A shows the actual results collected, while Table B ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    if the table in your post is correct, I suspect this is part of your issue.

    The other issue you'll have is that since their is no id in Table A to link to in Table B the values in table B will show as a blank territory. you say you have to slice on Table A territory, but is there really no way to use an intermediate dimension table? I got a sample to work, using a dimension table related to A and B instead of relating A to B.