powerbi

Passing a “list” to a function call with the 'each' keyword

Deadly 提交于 2020-06-27 13:20:13
问题 First things first, I will confess I am not an M or Power Query expert, though I do have some experience with Power BI. I am trying to develop a stock portfolio that will track a customised list of stocks with their price history and other metrics. Part of my code is based on the following blog, due to the problem I am trying to solve: https://datachant.com/2016/08/09/sentiment-analysis-power-bi-part-2/ I have the following function getPriceMetrics in my project that will take one parameter

How to I use the MAX function in power bi only on the filtered records?

时光总嘲笑我的痴心妄想 提交于 2020-06-27 13:09:35
问题 I am trying to select the record with the latest date, all of the records in the database have these basic columns AssetNumber, WorkOrderNumber, ScheduledEndDate, Department I want to find all the latest work order "date" for each asset in a specific department. I have a basic measure and column to do this but it is not working. How do I filter the records and then apply the max date function. I have tried using ALL, ALLEXCEPT, ALLSELECTED etc. | ASSET | DEPARTMENT | WOSCHED_ENDDATE | |------

How to I use the MAX function in power bi only on the filtered records?

匆匆过客 提交于 2020-06-27 13:08:52
问题 I am trying to select the record with the latest date, all of the records in the database have these basic columns AssetNumber, WorkOrderNumber, ScheduledEndDate, Department I want to find all the latest work order "date" for each asset in a specific department. I have a basic measure and column to do this but it is not working. How do I filter the records and then apply the max date function. I have tried using ALL, ALLEXCEPT, ALLSELECTED etc. | ASSET | DEPARTMENT | WOSCHED_ENDDATE | |------

How to I use the MAX function in power bi only on the filtered records?

喜欢而已 提交于 2020-06-27 13:07:57
问题 I am trying to select the record with the latest date, all of the records in the database have these basic columns AssetNumber, WorkOrderNumber, ScheduledEndDate, Department I want to find all the latest work order "date" for each asset in a specific department. I have a basic measure and column to do this but it is not working. How do I filter the records and then apply the max date function. I have tried using ALL, ALLEXCEPT, ALLSELECTED etc. | ASSET | DEPARTMENT | WOSCHED_ENDDATE | |------

Open .ODC connection in R

陌路散爱 提交于 2020-06-26 07:58:30
问题 I have an .odc (office data connection) that connects Excel to a Web Service (MSBI, Web PowerBI). It's working fine. I open the odc file, Excel opens up and it is connected to the data source. How can I open this connection directly from R? The odc file contents are: <odc:ConnectionString> Provider=MSOLAP; Integrated Security=ClaimsToken; Identity Provider=https://login.microsoftonline.com/common, https://analysis.windows.net/powerbi/api, xxxxxx-xx-xx-xxxxxx; Data Source=pbiazure://api

Kick start to Data analyst journey [closed]

好久不见. 提交于 2020-06-23 20:26:08
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed yesterday . Improve this question Hello Everyone , I am an aspiring data analyst. I have basic knowledge about database like MySql,Excel and programming language Python & data visualisation techniques like power-BI and Tableau. In my previous organization,I had been working on research projects

Kick start to Data analyst journey [closed]

*爱你&永不变心* 提交于 2020-06-23 20:25:30
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed yesterday . Improve this question Hello Everyone , I am an aspiring data analyst. I have basic knowledge about database like MySql,Excel and programming language Python & data visualisation techniques like power-BI and Tableau. In my previous organization,I had been working on research projects

How to automatically change server in connection string

梦想的初衷 提交于 2020-06-17 16:24:07
问题 I'd like to be able to promote versions of my reports through different environments. I would like to automate this process (using octopus or azure devops), however I cannot find how to inject source connection settings for each enviornment. I know that .pbix files are really zip folders containing the source, but changing the file and re-zipping it results in an error. Edit: In my specific case I'm using Analysis Services, which unfortunatly matters as not all data sources are treated equal.

How to automatically change server in connection string

本小妞迷上赌 提交于 2020-06-17 16:21:26
问题 I'd like to be able to promote versions of my reports through different environments. I would like to automate this process (using octopus or azure devops), however I cannot find how to inject source connection settings for each enviornment. I know that .pbix files are really zip folders containing the source, but changing the file and re-zipping it results in an error. Edit: In my specific case I'm using Analysis Services, which unfortunatly matters as not all data sources are treated equal.

How to automatically change server in connection string

被刻印的时光 ゝ 提交于 2020-06-17 16:20:12
问题 I'd like to be able to promote versions of my reports through different environments. I would like to automate this process (using octopus or azure devops), however I cannot find how to inject source connection settings for each enviornment. I know that .pbix files are really zip folders containing the source, but changing the file and re-zipping it results in an error. Edit: In my specific case I'm using Analysis Services, which unfortunatly matters as not all data sources are treated equal.