使用 Power BI 进行源数据映射的简单用例时如何对关系进行建模?
我有4张桌子。
数据:ID、名称、区域、位置、公司
区域:区域、区域代码
位置:位置、位置代码
公司:公司、公司代码
我需要创建一个表格视觉对象,并将数据表中的所有字段添加到该视觉对象中。然后我需要从另一个表中提取相应的代码值。实际上,表格视觉效果将具有以下列:
ID、名称、区域、位置、公司、区域代码、位置代码、公司代码。
我已将所有表导入 Power BI。现在我正在研究模型,并试图了解数据表是否必须放置在中心,其他表过滤到(从其他表过滤到数据表的方向)数据表?
或者我是否将数据表过滤(从数据表到其他表的过滤方向)其他表?
I have 4 tables.
Data: ID, Name, Region, Location, Company
Region: Region, RegionCode
Location: Location, LocationCode
Company: Company, CompanyCode
I need to create a table visual, and add all fields from the data table into this visual. And then I need to pull the respective Code values from the other table. Effectively the table visual will have following columns:
ID, Name, Region, Location, Company, RegionCode, LocationCode, CompanyCode.
I have imported all the tables into Power BI. Now I am working on the model and trying to understand whether the data table must be placed at the center with the other tables filtering into (direction of filter from other tables into the data table) the data table?
Or do I make the data table filter (direction of filter from data table into other tables) other tables?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论