Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Good day all,
I have a heirarchy for date. when i put it in barchart, it shows me long format in the tool tip as in the below pic.
How can i shorten this so it doesn't look that ugly. How can i modify it?
I appreciate your support
Solved! Go to Solution.
Hi @MajeedKhan
After testing, there is no way to modify the elements’ name of this date hierarchy in x-axis
You might try the following ways:
Display the x-axis as dates only
Then create a measure:
Year&Qr&Mon = CONCATENATE(SELECTEDVALUE('Table'[Datemoodod].[Year])," "&QUARTER(SELECTEDVALUE('Table'[Datemoodod]))&" "&MONTH(SELECTEDVALUE('Table'[Datemoodod])))
Place the measure in tooltips
Best Regards,
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
this field is not in the Tool Tip. kindly check below
Thanks.
Hi @MajeedKhan
After testing, there is no way to modify the elements’ name of this date hierarchy in x-axis
You might try the following ways:
Display the x-axis as dates only
Then create a measure:
Year&Qr&Mon = CONCATENATE(SELECTEDVALUE('Table'[Datemoodod].[Year])," "&QUARTER(SELECTEDVALUE('Table'[Datemoodod]))&" "&MONTH(SELECTEDVALUE('Table'[Datemoodod])))
Place the measure in tooltips
Best Regards,
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Yolo, thank you for taking the time.
I do not have renaming option since this is a hierarchy, please check the below
Hi @MajeedKhan ,
You can change the field name, please refer to the following picture.
Best Regards,
Yolo Zhu
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!
Check out the February 2025 Power BI update to learn about new features.