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.
I have a business object that attempts to pivot a dollar amount into one of serveral categories. The applied step is as follows:
Table.Pivot(#"Duplicated Column1", List.Distinct(#"Duplicated Column1"[#"CostBucket - Copy"]), "CostBucket - Copy", "NET2", List.Sum)
The data model throws an error on the next step:
= Table.ReplaceValue(#"Pivoted Column",null,0,Replacer.ReplaceValue,{"INPATIENT", "Other", "OUTPATIENT", "NEPHROLOGY", "ER", "DIALYSIS"})
The error is thrown because one of the replaced values, Outpatient, does not exist in the previous step.
Question: How do I pivot all categories in the second step whether they have a dollar amount or not? In other words, what steps should be taken to ensure that the Pivot function creates all the columns (Inpatient, Outpatient etc.) and only places a value in the column where the source data has a match? Is this functionality supported in DAX and Power Query? Or, am I better off structuring the data via my SQL query?
Hi,
Before the Unpivoting step, replace the null with blank. If this does not help, then share some data to work with and show the expected result. Share data in a format that can be pasted in an MS Excel file.
Hi @schilders ,
In order to better understand your demands and give the right solution, could you please provide some more specific information? such as your desensitized example data and a screenshot of your desired results?
Thanks for your efforts & time in advance.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
77 | |
73 | |
58 | |
35 | |
31 |
User | Count |
---|---|
99 | |
57 | |
56 | |
46 | |
40 |