Forum Discussion
Diego-mx
8 years agoAdvocate I
Calculated Tables with M language
Hello, I recently started using PowerBI. I come from R and I have found the modelling capabilities very nice. In this occasion, I want to create Calculated Tables using R scripts. Either that...
- 8 years ago
Create your Cars query. Create another query that references that query. You can then insert an R script step into your second query.
- 8 years ago
Hi Diego-mx,
It would be easy like below. Then you can apply R after that.
let Source = DimProduct in SourceBest Regards,
Dale
v-jiascu-msft
8 years agoMicrosoft Employee
Hi Diego-mx,
It would be easy like below. Then you can apply R after that.
let
Source = DimProduct
in
Source
Best Regards,
Dale
Diego-mx
8 years agoAdvocate I
Thanks. That wasn't that hard. =)
Actually, I feel too much of a newbie with such simple solution, ha.