Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hello,
I have a simple matrix and I would like to rename one of the date hierarchy levels: QTR 1 to Q1, etc. Is it possible?
Solved! Go to Solution.
@WojnarBSF , You can not rename. You have to create you own custom date table and columns(and Hierarchy), of needed
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Thank you very much for this advice. I've just created a custom date table that fulfills my requirements.
DAX:
Date = ADDCOLUMNS (
CALENDAR (DATE(2019,1,1), DATE(2025,12,31)),
"DateAsInteger", FORMAT ( [Date], "YYYYMMDD" ),
"Year", YEAR ( [Date] ),
"Qtr", "Q"&QUARTER([Date]))
@WojnarBSF , You can not rename. You have to create you own custom date table and columns(and Hierarchy), of needed
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Thank you very much for this advice. I've just created a custom date table that fulfills my requirements.
DAX:
Date = ADDCOLUMNS (
CALENDAR (DATE(2019,1,1), DATE(2025,12,31)),
"DateAsInteger", FORMAT ( [Date], "YYYYMMDD" ),
"Year", YEAR ( [Date] ),
"Qtr", "Q"&QUARTER([Date]))
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
77 | |
73 | |
71 | |
45 | |
42 |
User | Count |
---|---|
48 | |
47 | |
29 | |
28 | |
28 |