-
Re: Ignore Row Context / Power BI 'ALL()' Equivalent?
@chapman Domo recently rolled out the FIXED function which should accomplish what you're after. You can write a FIXED function that will ignore filters applied to your card. https://domohelp.domo.com…4 -
Re: Status tracking for hot board
@gbrown You'll want to use an ETL with the Rank & Window tile to create a 'Current Status' column. You'll want to do use RowNumber and order on Timestamp in descending order, and then partition b…4 -
Re: Help with beast mode formula - "case when" with date ranges
@cbreen You'll want to modify it to the following: case when month(`date_purchased`) = 8 and DAYOFMONTH(`date_purchased`) >= 11 then ( case when month(`date_purchased`) = 10 and DAYOFMONTH(`date_p…2 -
Re: Header Labels on Pivot Chart
@NateBI In the data label for each value field, you can put <br> and it won't remove it but it will make it blank.5 -
Re: Only show unique values of a column in table
@jrtomici The Remove Duplicates tile should let you select multiple columns, so you would select the ID and Num columns to look for duplicates and in your example it would see row 2 and 3 as duplicat…4