The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I can't use a calcualted column in PowerQuery because I haveto many steps.
Here is a sample of my column DAX. When i put this in play the second || doesn't seem to get picked up correctly. It only recognizes the first ||. Is there a better way to do this, or is my syntext incorrect?
Solved! Go to Solution.
&& is stronger than ||
Your statement translates to
Is that your intended logic?
&& is stronger than ||
Your statement translates to
Is that your intended logic?
I think so.... I'll test it in the AM.
I'm sure you can use PQ.
I think your logical test lacks some structure. Am I correct there are 3 tests, and the first test contains 2 things that must be true? If so, try wrapping brackets around the first two tests.
you could also write
The logic makes sense in my head, but putting it on paper is a task.. 🙂
I see what you have done, I'm not sure fully how SWITCH works so i'll have to test it with my data set tomorrow. I've spent to much time on it tonight.
My logic is as such
All three things have to be true, the first two tests are exact objects and the third can be either of the two objects. But it has to be one of the Two objects.
Test 1
'Table1'[Workflow Stage] = "In Progress"
Test 2
lol.... in case your wondeirng... this community forum exists because sometimes when you read the documentation you don't FULLY understand it.... if you don't FULLY understand that! Then maybe try doing some trolling on facebook instead of our community forum.
User | Count |
---|---|
24 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
29 | |
13 | |
11 | |
9 | |
9 |