I am hoping someone can help me, deneb NEWBIE but addict.
I have a VERY basic line chart, with text marks for labels. Where do I need to look find out how to show only every third mark (made up 3rd, could be any number). Basically, I just don’t want to have the text mark show up on EVERY point.
There are probably many ways to accomplish this. The first option that occurred to me was to filter the dataset and for the “text” mark to show only the records you want. To that end, I added a “transform” block with a calculation of the remainder (modulus) for each data row. Deneb adds a hidden field to every record of the dataset supplied by Power BI entitled __row__, and this field can be used in calculations. (I included 2 separate “transform” blocks to illustrate the data changes and filtering, but would probably would only use one in a real report.)
(I made-up a small 90-record dataset to illustrate the issue and my solution.)