my machine has an Ubuntu operation system and I installed sql. I need to run powerBi dashboards for testing purposes. So i created a windows VM using VM ware player. Now i need to connect ubuntu SQL DB as powerBi data source. Is this possible? or what are the pros and cons?
how to access local sql db from windows VM (cretaed using VMware player)
81 Views Asked by johnson At
1
There are 1 best solutions below
Related Questions in UBUNTU
- Error: local variable 'bramka' referenced before assignment
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Can't connect to local postgresql server from my docker container
- How to install libfuse2 on Ubuntu 22.04
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- Can anyoone help me with this problem while trying to install hadoop on ubuntu?
- Ubuntu wsl2 in windows, my /etc/fonts/fonts.conf keeps reloading
- psutil.sensors.temperatures() only delivers {}
- Issue with [proxy_fcgi:error] [pid 1539011] (70007)The timeout specified has expired
- Viber is not working on Ubuntu 22.04 Jammy
- why is ubuntu 18.4 still showing as a linux subsystem when i have uninstalled it?
- Why when I want to open a folder from Visual Studio Code does the screen go crazy?
- What is this error when trying to update Ubuntu?
- Angular on IONOS(?) throws an error with npm
- Tensorflow can't find TensoRT
Related Questions in POWERBI
- Does Power BI provide an OOTB Geographical Dimension Table
- How to change point color in Deneb while having lines be the same color as the legend
- SQL analytics endpoint and Semantic model not being created in MS Fabric Lakehouse
- Parse Dynamic Power BI table with selenium
- ALL() and REMOVEFILTER() Don't Work Correctly on My Report
- Market share growth versus last month, last year
- DAX query: trying to count unique entries that match two different criteria
- Azure Analysis Service, with an on prem gateway, in vnet
- Dax Many to Many Measure with Calender Date filters
- How to install NPGSQL and connect a PostgreSQL database to Power BI?
- Calculate average duration from text in power bi
- Power-BI / Dax: Count emails multiple times in a function based on the same dimension (#Order)
- Unable to filter in power bi dax query
- how can i obtain earliest day and lastest date per row/item number using Power Bi?
- Slicer Filtering on Drill-through Field Not Working
Related Questions in VIRTUAL-MACHINE
- My server TCP doesn't receive messages from the client in C
- How do I fix VERR_INVALID_HANDLE (0X80004005) Error in VirtualBox?
- Why when I want to open a folder from Visual Studio Code does the screen go crazy?
- net.show command only shows my own ip not other devices
- Azure VM RDP doesn't require 'Virtual Machine Admin/User Login' roles despite what documentation says
- How to create a VM with proxmox API?
- Broken Windows Server, after crash of VM - CBS_E_SOURCE_MISSING
- Trouble Connecting USB Wireless Adapter via Bridged Adapter in VirtualBox for Kali Linux
- Using Maven to feed minikube on a VM
- New to llvm - trying to make the files but getting collect2: fatal error
- virStorageFileBackendFileRead Failed to open file '/dev/...': Permission denied
- How to run kubernetes on a virtual windows server 2019?
- Is it possible to connect to a Google Cloud VM using IPv6?
- Provide access to Azure Storage Account for all VMs in resource group
- In a Managed Application Azure Marketplace deployment template, if one of the resources is a VM, how can the vendor access the vm?
Related Questions in POWERBI-DESKTOP
- Power-BI / Dax: Count emails multiple times in a function based on the same dimension (#Order)
- Unable to filter in power bi dax query
- DATEDIFF "An invalid numeric representation of a date value was encountered" Error
- YTD sum by month, using only latest value for each month
- Get embedded url of pbix power bi report that has paginated rdl report inside it
- Stopping a Power BI Table visual slicing the result of a virtual table
- Need simplification on this DAX code in Power BI
- VEGA LITE : stacked bar spacing between categories with fixed order
- Can I package a third party application installer along with my electron application?
- Record real time values of a visual matrix in Power BI
- Table Restructuring Options in PowerBI
- How do I count certain records in one table based while excluding records based on date values in another table?
- Keeping conditional formatting consistent when filtering
- Matrix calculated based on the previous value
- Pbi horizontal visual table
Related Questions in VMWARE-PLAYER
- NumPad Not Working in Windows 10 VM on VMware Player with Bluetooth Keyboard
- VMWare not recognizing my android phone (the device was unable to connect to its ideal host controller)
- change VM USB settings via script dynamicaly
- VMPlayer with Ubuntu 20.04.6 LTS as guest on Win10 host show sometimes VERY high load on Xorg
- VMware Player - Unable to enable USB ports
- VSCode Flickering/Disappearing text after upgrade to Code 1.69.1
- Can we run Qt6 examples on Windows 11 vmware?
- how to use containerapplication running on bridge network from a browser
- how to access local sql db from windows VM (cretaed using VMware player)
- When I install IX(https://github.com/ix-project/ix), I ran into problems
- how could resolved "CDISP0092E ERROR: Because of previous compilation errors, the compile process cannot continue."?
- Can't connect iPhone 6 to macOS virtual machine
- In SWARM not able to access service from worker node
- Possible to draw an overlay screen from host over a full screen VM guest?
- Set up a Direct Network between Host and Guest VMWare
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
it certainly is possible. Open the VM properties and change the network device type to bridged-networking. It will make the VM act as if it's another computer within your network. Cons: since it will be part of the network, it will be as susceptible to possible attacks and dangers that usually comes by connecting to a network.
more details here : https://www.vmware.com/support/ws4/doc/network_bridged_ws.html