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
So I have two tables Input and Output which has ID and Master ID as foreign key relating to each other.
My chart is showing output data while a table below is showing input data.
If I add output date (results) to the input data then the table only shows info of output while it should also include input table.
Input table:
ID | Name | Age |
1 | Arthur Morgan | 22 |
2 | Dutch Van der linde | 32 |
3 | Hosea Matthews | 45 |
Output Table:
Master ID | Answer 1 | Answer2 |
1 | Yes | Yes |
2 | No | No |
Problem is
When I show the answer 1 on my column chart it shows 2 counts,
Expected output on Table:
Name | Age | Answer1 |
Arthur Morgan | 22 | Yes |
Dutch Van der linde | 32 | No |
Hosea Matthews | 45 |
Problem is when I add answer 1 from Output Table, it only shows name who has only answered the questions. I want all input appear on the table even if answered or not.
ID and master ID are already connected on table relations.
Thank you for help
Solved! Go to Solution.
Is that what you're looking for?
https://1drv.ms/u/s!AnIEh6WhI4JogrAAnyDVVkj51F1Xdg?e=v77bfY
I've created a sample PBIX to show you how to achieve this. essentially, I've just merged the two, together then replaced "null" with "No answer"
Did not know this merge function lol. It worked, thank you so much!
can you share some sample data with us?
It seems to work ok for me
it does work, problem is I think the column chart is filtering the table since column chart only contains answered questions. It does not show Hosea.
Hi @Kalachuchi,
If you select Id from your Input table as axis and count Answer1 as values in a Column chart, make sure you expand the arrow in the Id field and select "Show items with no data", and you get this:
Hope it helps.
Regards,
Fernando
@calerof I am achieving to count the answers on the chart and full input list with answer on table.
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 |
---|---|
124 | |
87 | |
87 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |