Hi all,
I have configured SQL Server On premise using SQL Server Express 2014. I can connect it succesfully through SQL Server Management Studio.
But when I tried to connect to Powerapps, it failes.
Here what I did:
1. Install Gateway (success)
2. Add SQL server connection on premise (success)
It successfully detect my database (TestExpense), but failed to read dataset, as it read "default". When I clicked the "Default" dataset, it provide errors "The table didn't load correctly. Please try again."

Here is the full errors.
Invalid Mashup Expression using supplied values.
inner exception: Microsoft SQL: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
Please help