Forum Discussion
Modelling and filtering issue - value getting doubled
- Anonymous2 years ago
Hi pallavi_r ,
I think you just need to add key columns in both tables and then create a relationship between them.
You can edit data model in Power BI Service. Find the semantic model in your workspace and then open data model.
Key Column = COMBINEVALUES("-",'Dimension Table'[Security ID],'Dimension Table'[Security Type])Key Column = COMBINEVALUES("-",'Transaction Table'[Security ID],'Transaction Table'[Security Type])Result is as below.
For reference:Edit data models in the Power BI service (preview) - Power BI | Microsoft Learn
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi bhanu_gautam , thanks for your reply. Can I create this UniqueDimensionTable dax table in power bi service. it is ms fabric modelling panel I have to do the modelling. No desktop PBI :-(. Kindly suggest
Thanks,
Pallavi
Hi pallavi_r ,
I think you just need to add key columns in both tables and then create a relationship between them.
You can edit data model in Power BI Service. Find the semantic model in your workspace and then open data model.
Key Column = COMBINEVALUES("-",'Dimension Table'[Security ID],'Dimension Table'[Security Type])Key Column = COMBINEVALUES("-",'Transaction Table'[Security ID],'Transaction Table'[Security Type])
Result is as below.
For reference:Edit data models in the Power BI service (preview) - Power BI | Microsoft Learn
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.