User Profile
Skorcamp
Advocate I
Joined 4 years ago
User Widgets
Contributions
Re: Remove subtotal from only one column in a Matrix in Power BI
1. Click on your table or matrix visual. 2. Click on Format section of the Visualizations Pane. 3. Under Visual, go to 'Specific Column' 4. Under Series change the drop-down to the column name 5. Toggle 'Apply to Values' to Off and 'Apply to total' to On. 6. In the next connected section [Values], change test color to white. 7. You may need to change the style preset to none. Good Luck45KViews8likes2CommentsRe: How can I apply a previous year line on a Line & Stacked Column Chart that's being filtered
Hi Rico, I really appreciate your assistance. I have used multiple variations of the formula I provided as well as the one you suggested. To give more details from the example you have. As profit shows 2020, 2021 and some of 2022. As the slicer has filtered out the remaining data. I would like the PY profit to show 2019, 2020 and some of 2021 throughout the entire range of the chart in your example and it would be perfect.904Views0likes0CommentsHow can I apply a previous year line on a Line & Stacked Column Chart that's being filtered
Profit PY = CALCULATE( FS[Profit],SAMEPERIODLASTYEAR(DimTime[Date].[Date]),FILTER(ALL(DimTime[Date].[Date]),DimTime[Date].[Date] >= [Start of Previous Period] && DimTime[Date].[Date] <= Today()) ) - I'm having issues with my DAX I am trying to get the profit of Prior Year to show on a combo chart that is filtered by a slicer. 2 Main issues: - The PY profit line extends into the next year and I would like it to be cut off by today. - When the slicer does not include the previous year, the measure does not account for the data and therefore ignores it.981Views0likes2Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.