Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi all,
I am new to Power Bi and have a problem. I have excel data with id keys and item inventory, but when I bring the columns into the Table visual Power Bi is combining the same id keys together into a single row.
I need to be able to do calculations for specific conditions but with everything combined I cannot figure out how. Is there a way to separate these rows so I can get all the same ids individual. If not can someone work with me to make a measure calculation?
Solved! Go to Solution.
Hi @AMYYC ,
The Power BI visuals don't display duplicate rows. If you want to display all unaggregated rows in the visual, you can add the index column in the Power Query Editor, then close and apply the changes. Then select "Don't summarize" for the fields in the visual.
If you just want to add a column to calculate the value greater than 300 as 2, then you can try the following calculated column.
Column = IF( 'Table'[item inventory] > 300, 2 )
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @AMYYC ,
The Power BI visuals don't display duplicate rows. If you want to display all unaggregated rows in the visual, you can add the index column in the Power Query Editor, then close and apply the changes. Then select "Don't summarize" for the fields in the visual.
If you just want to add a column to calculate the value greater than 300 as 2, then you can try the following calculated column.
Column = IF( 'Table'[item inventory] > 300, 2 )
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
have you tried 'Don't Summarzie'?
Proud to be a Super User!
I have tried No Summarize and it did changed the values, but the ids were still combined.
could you pls provide some sample data and expected output?
Proud to be a Super User!
ummmm, eek, that will be hard. Let me see if I can repo the problem with some dummy data.
Is there a way to maybe do the calculation I need at the Raw Data model level? I tried a custom column but it does not appear to support IF statements.
Ultimately I want to just evaluate the items and if they are greater than 300 set a value of 2.
since I didn't see any screenshot or your data, it's a little hard to understand your question and provide the proper solution
Proud to be a Super User!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
55 | |
37 | |
32 |
User | Count |
---|---|
71 | |
65 | |
60 | |
50 | |
45 |