muhammad susanto
Well-known Member
- Joined
- Jan 8, 2013
- Messages
- 2,089
- Office Version
- 365
- 2021
- Platform
- Windows
hi all..
how to get data using power bi from excel file into Box.
here share link (source data) file_1.xlsx | Powered by Box
when i pull data using web, after that show message in displayed text "JavaScript is currently disabled in your browser. You must have JavaScript enabled to take full advantage of Box"
i have to modified the code but still not work
i hope someone would help me out this problem
how fix it this problem
susan
how to get data using power bi from excel file into Box.
here share link (source data) file_1.xlsx | Powered by Box
when i pull data using web, after that show message in displayed text "JavaScript is currently disabled in your browser. You must have JavaScript enabled to take full advantage of Box"
i have to modified the code but still not work
Power Query:
let
Source = Excel.Workbook(Web.Contents("https://app.box.com/s/cterfece3j2t8ds6k04j5rwkwourktcx.xlsx?dl=1"), null, true)
in
Source
i hope someone would help me out this problem
how fix it this problem
susan