It would be very useful if we could set our fiscal year somewhere and have that utilised by charts. This could possibly be done either as a global setting or per chart. Currently to display fiscal year in a coherent way on visualisations we have to add a custom column to our date tables that will generate an appropriate label for charts e.g. (01) - Oct, (02) - Nov if your fiscal year starts in Oct. It would be much friendly if we could instruct visualisations where our fiscal year begins and have them intelligently label axis. I've noticed that if you are using a date field on the axis then visuals will change the labels based on various factors. For example for a certain period it may show individual dates, or months, or years depending on the size of the chart and other factors. This doesn't work with custom labels though and because you cannot add two labels to an axis e.g. months AND years I cannot have a chart easily stretch and represent a period longer than a year when using fiscal year labels. Hope this makes sense :-)
26 Comments
- areef1New MemberMany organisations have fiscal year ends which differ from their calendar year end. Is it possible to customise the slicer with an option to show years and quarters for a fiscal year end for e.g. like 30 Sept?
- devarsheeranjanNew MemberWe want to show months according to the fiscal month number rather calendar month number. When we populated the data in a table visualization it was ordered according to the fiscal month number. But when we switched to graphs the ordering changed according to calendar year
- m_rozemaNew MemberYou can already do this. Add a numerical column to your Date table that defines the sorting order you need, and use the 'Sort by Column' feature.
- fbcideas_migusrNew MemberThe Timeline custom visual must support Fiscal Years just the way Datazen does. The system could ask for the fiscal start date and calculate accordingly.
- judy1New Memberyes, a fiscal year slicer that allows the user to set the fiscal year beginning month would be very helpful. the option to show fiscal year quarters would be an added bonus.
- suftonNew MemberDrilling down into fiscal year would be useful. Data can currently only be represented in fiscal year order if you sacrifice the ability to use the date functions.
- ajitsawarnNew MemberPlease any BI developer or Power BI team have look at this problem and suggest me solution or Power BI team please make this your next up gradation in your tool it is too higher in priority for Visula Dashboard. Tableau has this feature in built but i am die heart fan of Microsoft tool and want to use always this.
- ajitsawarnNew MemberI want to change default fiscal year of power Bi as per client requirement and i also need drilling down into fiscal year to get information at every layer.
- mitchell3New MemberIn the Xero reports, if you select a fiscal year which is July to June, the report displays as January to December. So the data goes Jan 2016 -> June 2016 then July 2015 -> December 2015.
- Strubkj
Microsoft Employee
Hi there. While I agree that there should be some easy setting to adjust FY settings other than Jan-Dec, if you are already setting up a date table either that you link to your data set or configure using a calculated table, you can do this quite easily on your own, with just a little DAX. Here is one I use to create a column reflecting my organizations FY (July-June): DateFY = IF(DateKey[DateMonthNumber] > 6, DateKey[CY Year] + 1, DateKey[CY Year]) After setting up a calculated date dimension table with a Calendar Year column and a month number column, you realign your Fiscal Year, as shown above. If you are working with very large datasets, might be best to configure a date dimension table in another source, and connect to it to save on memory consumption. Of course, as calculated column value, you can use it as a filter or use is as your configured Fiscal year, Fiscal quarter, month, and day values in your shared axis of a graph to customize your drill down. It's a bit more complicated than it needs to be, and it would be nice to be able to just adjust the native setting in your Power BI Desktop to have your date values reflect your FY FQ needs, but give the above a try. It works well enough for me!
Recent ideas
Allow NotebookUtils getSecret() to authenticate with Workspace Identity
Current behavior In Microsoft Fabric, notebookutils.credentials.getSecret() authenticates against Azure Key Vault using the identity of the user who executes the notebook. This behavior appli...tmihara5 hours agoNew MemberNew5Views0likes0CommentsSupport Synonyms in Fabric Warehouse
Microsoft SQL Server has a very powerful feature by the way of "synonyms." It allows users and DBAs to do all sorts of powerful magic such as rewiring objects under the hood (e.g. run the code agains...matthias-bi8 hours agoRegular VisitorNew1.3KViews18likes2CommentsExpose Refresh Warnings and Informational Messages via Notifications and API
When a Power BI semantic model refresh completes successfully, the status shows Completed, even when the refresh details contain warnings or informational messages that require attention. Please pro...Jashwanth_K10 hours agoMicrosoft EmployeeNew24Views6likes0CommentsInvoke Pipeline Task - Workspace Identity Authentication
Currently, the Fabric Data Factory Invoke Pipeline task uses the user's credentials who saved the pipeline to then authenticate to the Azure Data Factory to execute the ADF pipeline. When that user'...dzebrowitz15 hours agoAdvocate IPlanned1.8KViews61likes5CommentsFabric Pipeline should run as workspace identity
Currently, Microsoft Fabric pipelines run under the identity of the last user who modified them, which can cause disruptions when tenant administrators make changes to security policies, such as enab...pellitteris15 hours agoAdvocate IINew1.4KViews27likes3Comments