Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I have a requirement where current fiscal year line should always be showing up with solid, thick and dark red line. I am aware that dynamic formatting for Line chart is not possible as of now but is there a workaround? I tried converting it to stacked bar graph and then added dax measure but it works with only 2 columns (x-axis and y-axis) and not with 3rd column in Legend. But I want to display the line chart using Display Month and Fiscal Year (as shown in the first screenshot) and always display the current fiscal year line with solid, thick and dark red line.
Would really appreciate any suggestions or workarounds!
Thanks so much!
Solved! Go to Solution.
You could adapt the method used in this previous post.
In your case, you would need to set the Group By Columns property of Fiscal_Year
to Fiscal_Year_Flag
(or another appropriate column).
Then when using Fiscal_Year
as a legend field, formatting selections in the formatting pane will be linked to Fiscal_Year_Flag
, and formatting will be preseved based on Fiscal_Year_Flag
.
Are you able to get something like that working?
Hi @Saloni_Gupta ,
We wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
Chaithra.
Hi @Saloni_Gupta ,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
Chaithra.
You could adapt the method used in this previous post.
In your case, you would need to set the Group By Columns property of Fiscal_Year
to Fiscal_Year_Flag
(or another appropriate column).
Then when using Fiscal_Year
as a legend field, formatting selections in the formatting pane will be linked to Fiscal_Year_Flag
, and formatting will be preseved based on Fiscal_Year_Flag
.
Are you able to get something like that working?
User | Count |
---|---|
73 | |
70 | |
38 | |
24 | |
23 |
User | Count |
---|---|
96 | |
93 | |
50 | |
41 | |
40 |