Forum Discussion
TCatron18
1 year agoHelper II
If Statement in Measure
Hello! I've looked around but not finding a solution that works for my situation. I am trying to add a row into a matrix that has a static value for a specific column. Below is the current s...
- 1 year ago
Add selectedvalue()
IF( selectedvalue('Awards'[Sender's Sr Business Unit] ) = "xSystem Generated",
TCatron18
1 year agoHelper II
Well that did help get it to stop erroring; however, I'm still having an issue getting to actually add that row to my matrix.
Edit: I might have figured it out. Hopefully 🙂