pnp / pnpassessment

Microsoft 365 SharePoint Assessment tool enabling various deprecation and adoption scenarios
https://aka.ms/microsoft365assessmenttool
MIT License
28 stars 14 forks source link

powerBI querie are in missing a column #26

Closed karimzaki closed 1 year ago

karimzaki commented 1 year ago

as example this shall be (19 not 18) = Csv.Document(File.Contents("C:\assessmentout\syntexcontenttypeoverview.csv"),[Delimiter=",", Columns=19, Encoding=1252, QuoteStyle=QuoteStyle.None])

and the following shall be 12 not 11 cause you are missing one column = Csv.Document(File.Contents("C:\assessmentout\syntexcontentfields.csv"),[Delimiter=",", Columns=12, Encoding=1252, QuoteStyle=QuoteStyle.None])

jansenbe commented 1 year ago

@karimzaki : are you using the beta version? The report update for that one is still pending, so that might explain. Would recommend using 1.5 for now.

karimzaki commented 1 year ago

i m using instructions from here https://pnp.github.io/pnpassessment/index.html

jansenbe commented 1 year ago

@karimzaki : please try with 1.5 (https://github.com/pnp/pnpassessment/releases/tag/v1.5.0-windows). Ensure you've killed all running microsoft365-assesment.exe processes before launching the 1.5 version.

jansenbe commented 1 year ago

Closing per no response