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
Crate a table from your SQL connection, then give me a code from advanced editor. I will apply rest of the steps for you.
bblackwell3
3 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 😞