Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
Is it possible to change the row header values if we change the filter to yes or no.
Below screen shot my expected result is if we change the filter to "yes" it need to show "Kibali (50%)"
and if we change it to "no" then need to show "Kibali". Filter is a unconnected table which i am doing the all the calculations on the fly. Kibali & Kibali(50%) values are in differnet column not in same column. Please help me.
Solved! Go to Solution.
You cannot dynamically change the name of the column header as it is embedded within the model, (Json structure).
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
You cannot dynamically change the name of the column header as it is embedded within the model, (Json structure).
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@prakash11440278 , If it is a value in the column, I doubt you can do that. Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
| User | Count |
|---|---|
| 55 | |
| 37 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 58 | |
| 39 | |
| 21 | |
| 21 |