Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello Community,
I'm creating a stack area chart
x axis: date
Y axis : Count of my LOQs
my loq has L1 L2 L3 and blanks I've created below for each one of them.
Count_L1 =
CALCULATE(
COUNTROWS('Issues'),
'Issues'[Level_of_Quality_Fixed] = "L1"
)
Issues is that I'm not able to drag the Level of quality to Legend so that It shows me a datewise stack graph based on L1 to L3 and including the blanks.
I converted the blanks to Unknown so that It should show me correct details
Level_of_Quality_Fixed =
COALESCE(
SELECTEDVALUE('Issues'[Level_of_Quality]),
"Unknown"
)
Do anyone of you have any Idea what I can do in this case?
Thanks in advance!
Hello @LaharshK ,
Could you please share the sample data with the visual image with expected result so that it will help us to check further on the same.
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes are much appreciated!
Thank You
Dharmendar S
I want to make something like this
Date I've created another table with many to 1 relation used on Xaxis
i've created the count as metioned above.
Hello @LaharshK, are you working with measures? Only model columns (i.e. impotred through PowerQuery or "calculated columns") can be used in legend field.
Good luck with your project!
Thanks for the reply
I'm indeed working with MEASURES
I've also created a calculated column
Do you have issues with placing calculated column as a legend of stack area chart? Please share the screenshots:
Thanks!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 55 | |
| 34 | |
| 32 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 75 | |
| 72 | |
| 38 | |
| 35 | |
| 25 |