March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
First table is a record of people mailed in two streams of a campaign. Second is donations made (we are a charity).
I am trying to create a summary table with one record per constituent totalling the Mail cost and the revenue across the two streams. I can do this easily except that there are some records in the second table that are not present in the first table, so when I use summarizecolumn to create a table, I am not getting an entry for those items.
I would like a table with a row per unique consistent and a sum of gifts and sum of Mail cost for every record.
Thanks for reading my post and for any help you can give me.
Solved! Go to Solution.
Power BI is not like SQL. You need (read should) create a table containing a unique list of everyone you contacted. Then load a table of every communication and another table of all donations ( basically the 2 tables you already have). Join the 2 you have to the new table on ID, then use the id from the master table in your reports.
https://exceleratorbi.com.au/the-optimal-shape-for-power-pivot-data/
Power BI is not like SQL. You need (read should) create a table containing a unique list of everyone you contacted. Then load a table of every communication and another table of all donations ( basically the 2 tables you already have). Join the 2 you have to the new table on ID, then use the id from the master table in your reports.
https://exceleratorbi.com.au/the-optimal-shape-for-power-pivot-data/
I can do that in my CRM. I was hoping for something more elegant, but that would be easy enough to do. Thanks for the suggestion.
Data modelling is the art of taking raw data and preparing it for reporting and analytics. Power BI is one of the best tools available to do this, but you have to do the work - it is not automatic.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |