Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
Attached is a simple test spreadsheet. One of columns is called "Type" which consists of Wastage, Quarantine and Rework.
On some occasions, although type is selected as Wastage, it occurs hours to spend for rework.
Since I need to populate data under different TYPE's but at the same time I need to capture rework hours, I put both information in a single line.
With this raw data, I have separated Total amount into Wastage, Quaratnine and Rework as below.
When I clicked a pie graph, bar graphs are not responded.
Is there anyway to re-establish Type with condition where Rework cost" is Not zero, its cost belongs to Rework type.
Solved! Go to Solution.
Hi, @Anonymous
Have you tried to apply ’Testing[Date].[Month]‘ to the ’Details‘ field of pie chart?
You can also try the following steps to modify your original model in power query.
1.duplicate a table ’testing2‘ ->remove column'Type',column 'Sum'
2. Unpivot the "Rework Cost" column,then rename the new column "Attribute" to "Type" and the new column "Value" to "Sum"
3. Duplicate a new table 'testing3' ->remove column 'Rework Cost'
4. Apend table ’testing3‘ with table 'testing2' to create a new table 'Append1'
5.In the new model, apply the field 'Type' to the 'legend, you don't need to create additional measures.
Best Regards,
Community Support Team _ Eason\
@amitchandak is there any way to do so? Or should i do something in power query, making a new row under condition where rework house is not blank, create a new row with Type set to Rework?
Hi, @Anonymous
Have you tried to apply ’Testing[Date].[Month]‘ to the ’Details‘ field of pie chart?
You can also try the following steps to modify your original model in power query.
1.duplicate a table ’testing2‘ ->remove column'Type',column 'Sum'
2. Unpivot the "Rework Cost" column,then rename the new column "Attribute" to "Type" and the new column "Value" to "Sum"
3. Duplicate a new table 'testing3' ->remove column 'Rework Cost'
4. Apend table ’testing3‘ with table 'testing2' to create a new table 'Append1'
5.In the new model, apply the field 'Type' to the 'legend, you don't need to create additional measures.
Best Regards,
Community Support Team _ Eason\
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |