questions/power-bi
Try using Uri.BuildQueryString and Json.Document. let ...READ MORE
This call: FirstRowAsHeader = Table.PromoteHeaders(TableWithoutHeader) replaces the column names ...READ MORE
Currently, I don't think there is a ...READ MORE
There is a clear deficit in the ...READ MORE
Go to Edit Queries window of Power BI Desktop. ...READ MORE
Make sure to use the correct embedURL, ...READ MORE
This is an error in the documentation. As ...READ MORE
See if it helps: https://www.nuget.org/packages/PowerBI.NetStandar ...READ MORE
As a general rule Npgsql can be ...READ MORE
Power BI doesn't handle case sensitivity that ...READ MORE
Suppose you've to obtain the Standard Deviation ...READ MORE
Your Date format should be handled by ...READ MORE
You can disable sandboxing by adding this ...READ MORE
Try this for creating a calculated column ...READ MORE
A few comments on your graphic. You ...READ MORE
Just beside each Record (if headers), are ...READ MORE
AFAIK , Power BI REST API only ...READ MORE
Here is something you could try . let ...READ MORE
If I understand correctly, you're connecting to ...READ MORE
So, there's no direct way to connect ...READ MORE
I see what you mean now. LOOKUPVALUE appears to ...READ MORE
there is a couple of errors in your ...READ MORE
Try this. let db = Sql.Databases("sqlserver.database.url"){[Name="DatabaseName"]}[Data], Sales_vDimCustomer = ...READ MORE
Try changing the resource URI: var result = ...READ MORE
IE does not yet support Promise. You ...READ MORE
Hey @saranya, Try removing the header and ...READ MORE
Heyyy @Hannah, you just need remove or ([principlecode] = ...READ MORE
I don't really think you need to ...READ MORE
What I think is, it might look ...READ MORE
I think this solution requires a CROSS JOIN implementation. ...READ MORE
Best you can do right now is ...READ MORE
I once happened to do this without ...READ MORE
A simple solution is this: List.ContainsAny(Text.SplitAny("This is a test ...READ MORE
Take a look again at Power BI. ...READ MORE
Add the following to the end of ...READ MORE
We also have a similar feature in ...READ MORE
Yse a DAX measure to calculate the ...READ MORE
Create a Measure called Total Revenue: Total Revenue = SUMX( ...READ MORE
Use the following expression: MyTemperatureTable = FILTER ( Device1234, ...READ MORE
One of the reason I rely on ...READ MORE
Here is my table before I have ...READ MORE
It can be achieved depending on the result you ...READ MORE
I would recommend you to adjust the ...READ MORE
try this. let TableA = ...READ MORE
Try solving it using the Workbook. Query ...READ MORE
Go to Home > Edit Queries > ...READ MORE
Try and make sure that the app ...READ MORE
With the release of 2.0.0 you can ...READ MORE
To undo your last action or last few actions, press ...READ MORE
These are the browsers supported bu Power ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.