Viewing 15 posts - 1 through 15 (of 15 total)
I believe this is backwards for the RELATEDTABLE bullet point:
"t allows you to traverse the model from many-side to any related tables on the one-side in the chain of one-to-many...
July 20, 2020 at 9:12 pm
Great concept. Very effective way of teaching DAX by comparing it to something we are all very familiar with already. A little feedback. I found it confusing sometimes when you...
July 16, 2020 at 6:03 pm
January 24, 2017 at 10:07 am
January 24, 2017 at 10:04 am
Thanks Mr. or Mrs 500. It seems that I had just been staring at the code for too long. I did leave the "[dbo]" (schema) out. ...
December 6, 2016 at 11:57 am
I would consider adding a date modified column but the whole point of copying these tables is because I don't have admin. rights over them.... read-only. So, I am...
November 21, 2016 at 8:03 pm
Thanks Phil. I thought that I was going down the right path (and for the same reasons). : )
November 21, 2016 at 9:02 am
Andy,
I am eternally grateful for Stairway series. But if someone points out a typo like the "Person.Contact" / dbo.Contact" issue, you should fix it. This happened in an...
November 17, 2016 at 12:07 pm
Uh... wow, that was easy. It ran without error. I'm a relative newbie. Can you tell me why there was an error. Was it because that...
November 17, 2016 at 8:26 am
There is no Result_Set_Type property, but I imagine that it is referring to the Result Set value
Looks like it's: Full Result Set.
November 17, 2016 at 7:44 am
Alvin,
Thanks for the response! Wouldn't running a task be a one-time thing though? I want to run this package daily to make sure that the data in the...
September 22, 2016 at 10:34 am
Sue,
After reading your response, I started scouring the interwebs again and found a solution:
You alluded to it at the end of your last response, so you were on the right...
September 15, 2016 at 8:06 am
Version query result is:
Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64) Jun 28 2012 08:36:30 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit)...
September 14, 2016 at 3:02 pm
Nice catch! Wow, sometimes a fresh set of eyes is everything! Sorry to bother you for a silly typo... but THANKS!!!
January 27, 2015 at 10:56 am
I actually pass this query to the same Datamart to populate a different table in my PowerPivot model:
SELECT
v_dim_wotask_ES.wotask_id
,v_dim_wotask_ES.work_order_cd
,v_dim_wotask_ES.task_cd
,v_dim_wotask_ES.work_order_desc
,v_dim_wotask_ES.task_desc
,v_dim_wotask_ES.wo_status_cd
...
January 23, 2015 at 2:36 pm
Viewing 15 posts - 1 through 15 (of 15 total)