The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have customer sales data in a matrix with time in the columns. My data is correct in the year view, with two columns, one for 2018 and one for 2019. When I drill in quarters, I only get 4 columns, Q1, Q2, Q3, Q4 instead of the 8 I would like 1Q18, 2Q18, 3Q18, 4Q18, 1Q19, 2Q19, 3Q19, 4Q19. Thanks in advance.
Solved! Go to Solution.
@Anonymous so there are two options for drilldown, are you doing drill down using fork kind of symbol for drill down, that is expand one level in the hiearchy
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@Anonymous can you explain what you mean by drill? Are you drilling to the other page or it is a matrix or what? If possible share some screen shot.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
It's a matrix.
Would like to show all 8 quarters of data and not just 4.
@Anonymous you need to add another column in your model to break quarter column, add new column in calendar table like this and use this column for your drill down.
Quarter with year =
Quarter with Year = FORMAT( 'Table'[Date], "Q" & """Q""" & "yy" )
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
When I do that I lose the ability to drill on the time frame. I liked how I could go from year to quarter to month in the previous view.
Okay, maybe it is an interface question, and not a data structure. If I click on the year from this view
I get this view -- but only for year I clicked. Is there a way to show both years exploded like this?
@Anonymous so there are two options for drilldown, are you doing drill down using fork kind of symbol for drill down, that is expand one level in the hiearchy
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.