Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I have a Chart with about ten Columns of Number values. After i pvot that chart i obviously loose the Title of these numbers. I want to add a column that displays the title again. The title will always be in the same row number im hoping that there is a way to do this. For example row 33 should read "Title 1", row 34 should read "Title 2", row 35 should read "Title 3" and so on. Please see the attached photo.
Solved! Go to Solution.
Hi @Zneta ,
1. You can create index column in power query editor to get the current number of rows.
2. Create calculated column.
Column =
IF('financials'[Index] >= 33, "Title" & 'financials'[Index] -32)
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Zneta ,
1. You can create index column in power query editor to get the current number of rows.
2. Create calculated column.
Column =
IF('financials'[Index] >= 33, "Title" & 'financials'[Index] -32)
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
146 | |
85 | |
66 | |
52 | |
47 |
User | Count |
---|---|
215 | |
90 | |
83 | |
66 | |
58 |