About 2,480 results
Open links in new tab
  1. Function for Power BI (M query) for Lat and Long

    I'm trying to convert a python script to be a Function for Power BI (Power Query M) the code below takes a list of coordinates (Lat, Long) and returns a central point for the list.

  2. Can I share queries that use Web.Contents () need ApiKeyName at …

    I try share this queries to Power BI. But I cannot use this query at the other excel workbook.

  3. Assigning value to a cell in power bi - social.technet.microsoft.com

    Although there may be several folks willing to answer your DAX questions in this forum, please note that the forum is for questions about Power Query and the M language. I suggest that you …

  4. Calculated Member for the TOTAL of a measure for multiple …

    Nov 5, 2018 · Looks like Power BI does not like the Axis () function referenced there. Do you have any suggestions how to remedy this one so that I could use this new measure on Power BI …

  5. Subtract null from One Column into Other with numbers

    Answers 0 Sign in to vote Table.AddColumn (#"Your Table", "result", each List.Sum ( { [Column 1], - [Column 2] } ), Currency.type) Maxim explains it very well in his blog: Correctly Sum Two …

  6. How to list certifications on my resume?

    I personally like option 2 – it’s clear and precise. The MCSA:Messaging specialisation appears on your transcript as a separate certification. Being Microsoft certified myself, I already know what …

  7. Reading configuration values in PowerShell.

    Been pulling my hair out over this, trying to find how to read the value of an add key line in a web.config. Had no problems reading the file into an XML variable, modifying stuff in it and …

  8. PowerShell Eindows Form Drop Down selection

    Question 0 Sign in to vote Is it posible to get data in DropDown list and after selection to use other part of data For example in my txt file there is: username;computername in DropDown list i …

  9. Error: User donot have permission or the object id is not valid

    Ed Price, Azure & Power BI Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)

  10. Nested JSON within PowerShell - social.technet.microsoft.com

    I'm having the hardest time trying to parse a nested JSON string.