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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I need to keep the descriptions in a report even if they are the same, is it possible?
in this case I just need to show the "Branch" field
Regards
Solved! Go to Solution.
@asoria2 , As far I know it is not possible to keep two same values. Even if you use Don't Summarize in a table. This will not work.
You have to keep Branch code or have combined field Branch and Branch Code
Branch Name = [Branch] & "("& [ Branch Code] & ")"
@asoria2 , As far I know it is not possible to keep two same values. Even if you use Don't Summarize in a table. This will not work.
You have to keep Branch code or have combined field Branch and Branch Code
Branch Name = [Branch] & "("& [ Branch Code] & ")"
Change the order you have those first two fields listed? Or just remove the first field if you don't need to differentiate using it?