Johnny C
Well-known Member
- Joined
- Nov 7, 2006
- Messages
- 1,069
- Office Version
- 365
- Platform
- Windows
Right. I started Power BI this morning for the very first time. I've had no training (the power BI guy here is always too busy).
I've very familiar with Excel and Access, have worked as a SQL Server developer so I know what I want to do, just not how. So, baby steps for my first table.
I've imported a table with account codes and various mappings for higher level cost types. I've brought in another table with team codes and higher level mappings. Finally I've brought in a table with a financial forecast with account codes and team codes and months and values. I've defined relationships where I can but Power BI seems to have interesting views of what constitutes a many to many relationship.
What i want to do in the first instance is create a summary of the forecast by using the higher level mappings for account and team codes and summarising all months for each combination of the account/team. Seems simple enough, a 5 minute job in Access.
I started off creating a new table with a distinct higher level cost type, then tried to add a column with a high level team type, but it gets upset that there are multiple values in the team type. I presumed it would create every team type for every cost type.
So, is a new table a bum steer, do I need to create a query to generate the table?
Also, to avoid asking oads of stupid questions, can anyone suggest a good tutorial or training resource for Power BI?
I'm not using Power BI to generate a stack of visuals, I'm trying to use it to create a cost forecast of the type
Base cost
Next years cost = Base cost + inflation (calculated) + known additional costs (in a table)
Year after's cost = Next years cost +inflation (calculated) + known additional costs (in a table)
and so on
I know Power BI probably isn't the best place to do it, but I'm being pressured to shift the forecast out of Excel and my options are Access or power BI. It's too complex for Access for various reasons, Access could do it but due to the volume of data sources and queries would be unmanageable. So I'm seeing what the options are with Power BI. is this a reasonable ask?
Cheers
I've very familiar with Excel and Access, have worked as a SQL Server developer so I know what I want to do, just not how. So, baby steps for my first table.
I've imported a table with account codes and various mappings for higher level cost types. I've brought in another table with team codes and higher level mappings. Finally I've brought in a table with a financial forecast with account codes and team codes and months and values. I've defined relationships where I can but Power BI seems to have interesting views of what constitutes a many to many relationship.
What i want to do in the first instance is create a summary of the forecast by using the higher level mappings for account and team codes and summarising all months for each combination of the account/team. Seems simple enough, a 5 minute job in Access.
I started off creating a new table with a distinct higher level cost type, then tried to add a column with a high level team type, but it gets upset that there are multiple values in the team type. I presumed it would create every team type for every cost type.
Code:
A single value for column 'Team_Name' in table 'tblTeam' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result.
So, is a new table a bum steer, do I need to create a query to generate the table?
Also, to avoid asking oads of stupid questions, can anyone suggest a good tutorial or training resource for Power BI?
I'm not using Power BI to generate a stack of visuals, I'm trying to use it to create a cost forecast of the type
Base cost
Next years cost = Base cost + inflation (calculated) + known additional costs (in a table)
Year after's cost = Next years cost +inflation (calculated) + known additional costs (in a table)
and so on
I know Power BI probably isn't the best place to do it, but I'm being pressured to shift the forecast out of Excel and my options are Access or power BI. It's too complex for Access for various reasons, Access could do it but due to the volume of data sources and queries would be unmanageable. So I'm seeing what the options are with Power BI. is this a reasonable ask?
Cheers
Last edited: