Mar 12, 20231 min readHow to include total in a bar chart?Let's imagine you have a bar chart with the % of people that likes smashed potatoes by state. Something like this (fake data, off...
Mar 12, 20231 min readHow can I create a measure that uses another based on the value selected of a field parameter?So, here is the situation: a report with a bunch of visuals that uses a field parameter (let's call it FieldParameter), which groups two...
Mar 1, 20231 min readHow to write a DAX measure equivalent to SQL select.. in?I've worked with SQL for over twenty years, so it comes quite naturally to me. Sometimes it's easier to think in terms of SQL rather than...