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
Hi Team,
I have three different tables and below is how they are connected.
My pbix. file is here - https://file.io/HlapG57rELb7
Below is the expected output:
deal_entity_id | developer_name | deal_instrument_name | total_capital_stack |
21644 | Developer1 | deal_instrument_name1 | $182000000 |
21644 | Developer1 | deal_instrument_name2 | $182000000 |
21644 | Developer1 | deal_instrument_name3 | $182000000 |
21644 | Developer1 | deal_instrument_name4 | $182000000 |
21645 | Developer1 | deal_instrument_name5 | $15000000 |
21786 | Developer1 | $10000000 | |
21787 | Developer1 | $10000000 | |
21788 | Developer1 | $20000000 | |
21789 | Developer1 | $15000000 | |
21790 | Developer1 | deal_instrument_name6 | $7500000 |
22063 | Developer1 | $15000000 | |
22064 | Developer1 | $182000000 | |
22463 | Developer1 | deal_instrument_name7 | $15000000 |
22464 | Developer1 | deal_instrument_name8 | $20000000 |
22480 | Developer2 | deal_instrument_name9 | $18000000 |
22531 | Developer1 | deal_instrument_name10 | $10000000 |
22549 | Developer1 | deal_instrument_name11 | $125000000 |
Where as I am geting below output in PBI as of now.
deal_entity_id | developer_name | deal_instrument_name | total_capital_stack |
21644 | Developer1 | deal_instrument_name1 | $182000000 |
21644 | Developer1 | deal_instrument_name2 | $182000000 |
21644 | Developer1 | deal_instrument_name3 | $182000000 |
21644 | Developer1 | deal_instrument_name4 | $182000000 |
21645 | Developer1 | deal_instrument_name5 | $15000000 |
21790 | Developer1 | deal_instrument_name6 | $7500000 |
22463 | Developer1 | deal_instrument_name7 | $15000000 |
22464 | Developer1 | deal_instrument_name8 | $20000000 |
22480 | Developer2 | deal_instrument_name9 | $18000000 |
22531 | Developer1 | deal_instrument_name10 | $10000000 |
22549 | Developer1 | deal_instrument_name11 | $125000000 |
The output in the PBI currently is giving us only the matching records but we need ot have all the records where " deal_instrument_name" is blank as well and dispplay the available data from "deal" as shown in my expected output.
Also, please note that I have already tried it with "show items with no data" and it does not work as it gives blank values from the deal table for "total_capital_stack" column. Here is the snapshot of what we see when we clickn on "show items with no data" unlike our expected output.
Hi,
I'm just a beginner ,But acc to my knowledge I can suggest u to modify data as there is duplicate data in your in dataset which interrupts the expected Output, after transforming data ,
1) If u want ur dataset to remain same ,then u have to group the data using calcuation groups.
or
2)Clear the data and make sure of distinct values .
then the data can be visualised as expected.
Thanks .Hope it might strike u a point of thought.
Hi there,
Regarding your data model, I think it's not possible to get what you want.
I've already had this issue before and I managed to modify the fact table ('Deal' table in your case) through Power Query. The trick is to add the column 'Deal instrument name' in your fact table by duplicating rows if there's more than 1 instrument name for one deal.
Not sure that it's the optimal solution anyway.
Regards,
Rudy
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 |