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
Hi
How can I make a fake id to get rid of this
and make it look like this but with out the scroll bar
Is that possible?
The first chart is continuous and the second is categorical.
BR
Lotte
Thank you all for your help, but now the user want something else 😉
Please check the following possible solution:
I tested with simple data and the table looks like this:
1. Create a new table to fill in the big gaps of ID.
NewTable =
SELECTCOLUMNS(
ADDCOLUMNS(
GENERATESERIES(9105, 10765, 5),
"Y", ROUND(RAND() * (75 - 74.5) + 74.5, 2)
),
"X", [Value],
"Y", [Y]
)
2. Union the new table with the original table into a new table.
CombinedTable =
UNION(
SELECTCOLUMNS('Table', "X", 'Table'[X], "Y", 'Table'[Y]),
SELECTCOLUMNS('NewTable', "X", 'NewTable'[X], "Y", 'NewTable'[Y])
)
3. Create a Line Chart with the CombinedTable.
Best Regards,
Jarvis Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Try creating column in your model with below definition.
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 |
|---|---|
| 52 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 73 | |
| 70 | |
| 39 | |
| 34 | |
| 23 |