Forum Discussion
Column rows to headers
- Anonymous2 years ago
Hi randyrettig ,
Based on your question, here are my answers.
I think you can Transpose the table.
Then click on the Use First Row as Headers.
Use Text Filters and enter the codes.
= Table.SelectRows(#"Changed Type1", each Value.Is(Value.FromText([Total Calls]), Int32.Type))Then you will see what you want.
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
How to Get Your Question Answered Quickly
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi randyrettig ,
Based on your question, here are my answers.
I think you can Transpose the table.
Then click on the Use First Row as Headers.
Use Text Filters and enter the codes.
= Table.SelectRows(#"Changed Type1", each Value.Is(Value.FromText([Total Calls]), Int32.Type))
Then you will see what you want.
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
How to Get Your Question Answered Quickly
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.