Forum Discussion
Anonymous
5 years agoNot applicable
Sum and filter data from a separate table
Hi everyone! I am a total beginner in DAX. I am using it inside a Power Pivot that I'm trying to summarize data with. Here is the thing: I have two separate tables loaded in Power Pivot that...
amitchandak
Super User
5 years agoAnonymous , Is there a combination for which you can create 1-to many join between these two tables?
else you need common tables like name, date etc and analyze data together
Means a start schema - https://www.sqlbi.com/articles/the-importance-of-star-schemas-in-power-bi/
- Anonymous5 years agoNot applicable
Hi Amit!
This is an interesting read, I will check out what I can do about making a star schema. Currently there is no data I can combine in such a way, but it doesn't mean I can't make something, I have the benefit of editing the telephony report to a certain extent and I'll see what I can do there.