Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Experts
Kindly refer to table Logistics, and refer to Calculated Column New_Reporting_Headers which has been created by combine what is in Reporting Headers. I am getting Correct figure i my table but i want to show data using "New_Reporting_Headers". When i remove Reporting Headers the values are not show.....
Sample File Link
https://www.dropbox.com/s/npy2jxnen9l7ig7/PLP_Test_2.pbix?dl=0
Please reduce your wall of code to the essence of your issue. Strip out everything that is unrelated to the issue. That will make it easier for other forum users to help you.
Remember that measures are calculated for EVERY cell of your visual, including row and column totals and the grand total. Worst case you have to handle four different scenarios in your measure calculation. Recommendation is to start from the perspective of the grand total. (Hint: Grand Total has no idea what "Selectedvalue" means.)
I don't now the answer hence why am asking.
Your measure is wrong. Remove the measure and all categories reappear.
You can't use SELECTEDVALUE like that in your measure.
Hi Ibendlin.
I know if I remove the measure the categories re appear- not sure on how to right the measure- kindly help please. And thanks for the feedback