Viewing 15 posts - 1 through 15 (of 19 total)
Thanks for the reply. I originally went down the named sets path but wasn't getting the results I was looking for. A named set wasn't giving me the ability to...
February 19, 2017 at 12:21 pm
After struggling with this for a couple of days I found an example on StackOverflow that looks like it does what I need (figures it was right after I asked...
February 18, 2017 at 1:34 pm
I should also add, I wrote the query this way:
evaluate
(
filter
(
summarize
(
'factTable',
'Date'[Calendar Year],
'Date'[Full Date],
"Total Sales", 'factTable'[Total Sales],
"Total Sales MTD", 'factTable'[Total...
February 15, 2017 at 9:37 am
January 31, 2017 at 6:14 am
January 26, 2017 at 11:33 am
January 23, 2017 at 10:31 am
I'm starting to think this is a Visual Studio bug. I'm finding more bugs with VS 2015 than I can count.
I thought it may have been something I was...
December 20, 2016 at 10:46 am
I ended up manually editing the Model.bim file in notepad to get around this.
November 1, 2016 at 12:21 pm
Thanks for the tips. I ended up downloading SSMS again and doing a repair, it works now. That chewed up about an hour. It's frustrating how tangled...
August 16, 2016 at 6:10 am
Thanks for the reply. I don't see that property anywhere. When I look at the column properties there is no 'IsKey' property. Can you provide a little...
July 24, 2016 at 11:57 am
So, I changed the name of the database I am deploying to and it's deploying fine now. Any idea why I am getting that error when trying to overwrite...
July 23, 2016 at 9:57 pm
Lowell (1/22/2016)
Conversion failed when converting the nvarchar value 'Invoice' to data type int.
Luis hit the nail on the head:...
January 22, 2016 at 11:15 am
To be honest, I'm not going to go through your code and find the issue with that. But if you have a loop and it makes a bunch of...
January 22, 2016 at 10:30 am
Viewing 15 posts - 1 through 15 (of 19 total)