Comments
-
Hi @Ashleigh, I have obtained the dataset for this. By joining various datasets such as Domostats, Domo governance and people. I extracted the required user information. Thanks for your help.
-
Hi @MichelleH It is already placed in a closed group but when a member of the group creates a new card, it appears individually in the share list of the ETL or view
-
Hi @GrantSmith - I don't want the year filters on the dashboard to be ignored. I only want to display the 12 months of the CY 2023 and when the user apply filter for 2022 or 2021, the data should show for the selected year in the bar.
-
@MichelleH It's working as expected now. Thank you for your help!! 😀
-
@Michelle Thank you for your response. I used a Pivot table and utilized the MonthName and Year functions. However, it is currently showing data for all months of both the current and previous years. The goal is to show data for the current year from starting of the year to current month as well as data for the previous…
-
@Aag2023 you can restrict the access of dataflows by setting the sharing options for the shared dataset to restricted. This will limit access to only the specific group and role that you select. If you want to further restrict access to a specific dataflow, you can edit the dataflows sharing settings and select the…
-
@jakebutterfield This may be able to work with variables and for that, you need to create two variables "Current year" and "Previous year" and then put them along with the BM to create a line graph. (CASE WHEN YEAR(Date) = CY*1 THEN IFNULL(Values)`,0) ELSE 0 END) (CASE when YEAR(Date) = PY then (IFNULL(Values)` ,0) ) else…
-
@chetan_cricut On the Dashboard settings tab you will see the "Show as filter" option listed under the section. It is a checkbox that you can uncheck to disable the filtered view for the slicer.
-
Hi @chetan_cricut In the right hand panel, click on the Setting tab, under the Display options uncheck the "Show as filter" option. By unchecking the "Show as filter" option, it will not act as filters. This means that users will not be able to use them to filter the data on the page. Alternatively you can also duplicate…
-
Hello, I think you are asking about field formatting, just click on the date field when that expands all the way at the bottom is the "Date Format" checkbox you can change it to what you want the card to use. Hope this helps.
-
@NathanDorsch The count is not showing due to field added in the sorting. First you have to clear all the fields, then you will be able to show count on pie by right click on value field.