Viewing 13 posts - 16 through 28 (of 28 total)
can you run R code using sp_execute_external_script on your SQL Server from SSMS? Try to run the code there, before going into Power BI and SSRS.
best,tomaž
February 11, 2017 at 4:44 am
Hi,
thanks for your reply.
So you get error with the PowerBi file that is available with the article?
Which sheet does the problem?
What you...
February 11, 2017 at 3:58 am
Can you please shed some light on confidence and support for the last...
January 21, 2017 at 9:02 am
I was wondering why you did not use the CustomerKey when you created the...
January 21, 2017 at 8:35 am
January 17, 2017 at 11:14 pm
January 17, 2017 at 12:39 pm
🙂 And what is your point of view on this topic, regardless of different point of views (or not).
best
October 1, 2016 at 12:05 am
INCREDIBLEmouse (9/30/2016)
tomaz.kastrun (9/30/2016)
you can install package in RTVS (VS R IDE).
IMHO IDE should be prepared for e.g.: client machine with all packages pre-installed (compatible with version), so data...
September 30, 2016 at 1:09 pm
Iwas Bornready (9/29/2016)
This is a whole new area for me. Thanks for the lesson.
Great to hear. Hope you enjoyed it.
Best, Tomaž
September 30, 2016 at 4:40 am
Hi,
you can install package in RTVS (VS R IDE).
IMHO IDE should be prepared for e.g.: client machine with all packages pre-installed (compatible with version), so data wrangled, data...
September 30, 2016 at 4:40 am
Hi David,
Thank you for pointing out the model DB is not a one of the system database, but a new database for modelling purposes.
Well model can not only...
August 26, 2016 at 11:35 am
Thanks you for spreading the word 🙂
best, Tomaž
August 3, 2016 at 2:27 am
Hi,
you can use this:
create table #temp
(
id int identity(1,1)
,name varchar(50)
,calc as char(65) + convert(varchar(10), getdate(),112) + convert(varchar(20), id, 0)
)
and it should work.
Best, Tomaž
March 11, 2015 at 4:17 am
Viewing 13 posts - 16 through 28 (of 28 total)