Forum Discussion
bblackwell3
3 years agoHelper II
Change Sequenced data to Columns
Hey All. I have a PowerBI model that has a table that contains Ids of applications, platform and the platform sequence. The platform sequence refers to which platform the app will migrate to over tim...
bolfri
3 years agoSolution Sage
It seems that in your table there is no AppId column. 🙂
bblackwell3
3 years agoHelper II
I thought the same 😄 initially. This is the table I am basing it off of and it has AppId. I also get the error when changing to ID or Id??
Should I create a blank query for the syntax or create table?
- bolfri3 years agoSolution Sage
Crate a table from your SQL connection, then give me a code from advanced editor. I will apply rest of the steps for you.
- bblackwell33 years agoHelper II
let
Source = Sql.Database("LOUSQLWTS711", "AppJourneyTrackingDB_Dev"),
Roadmap_AppTargetPlatform = Source{[Schema="Roadmap",Item="AppTargetPlatform"]}[Data]in
Source - bolfri3 years agoSolution Sage
Give me also a colum names, because this is an issue here.
- bblackwell33 years agoHelper II
I need Id, AppId, PlatformName, and PlatformSequence
- bblackwell33 years agoHelper II
Did you need any other info?
- bblackwell33 years agoHelper II
I still have no resolution for this 😞