column formatting
6 TopicsHow to concatenate TEXT and a measure without losing the formatting of measure value.
Hi, I have about 3 different variations of where I am putting text on a report that are not showing up how I would have expected or hoped. I have a measure that calculates hourly wage. That value is $24.96 (Decimal type, with currency formatting) measure that calcuates a total items sold based on single column. The number is 7,300,150 (data type is whole number with "," on) measure that calcuates the max date of a column. The value is May, 2023 (data type is date and format is mmm, yyyy) When I use either CONCATENATE or simply a '&' to join any one of these 3 measures above with some text, the following happens to my measures $24.96 becomes 24.9283974298374239 7,300,150 becomes 7300150 May, 2023 becomes 05/01/2023 How can I join these measures of specific types (i.e. double, currency, whole number...etc.) with some text so that I don't lose that formatting? I don't want to use custom HTML widgets if possible. Thanks!Solved6.2KViews0likes2CommentsRe-order column on matrix visualization
Hi, I have created matrix visualization like below. But, I need to move the latest (W-1,W-2) under each of Freq and SLF. Also I need to make it W-1 first and then W-2. Here I attached an example for what visualization I want. Could anyone help me on this case please? Thanks in advance 🙂Best DAX filter to lookup a value for categories
I currently have a POWERBI report I want to create that will allow us to be able to associate users to categories to determine what access to activity codes they have the tables I ahve are below but only two of them have a relationship. Two of the others are the activity codes and they dont have any associate to each other nor do the two activity code fields have an association to each other. Collector table has a relationship with with Securty set table, but the way the security sets are labeled, they are using the Y,N for each security category. (Categlory 1-9) Uses the Y,N as seen below. Collector table maps to the security Set Column through relationship 1 to many. Security Set and Collector Table below: Collector Table: Activites uses the security categories 1-9 to map to the security set which is a table of roles that users are inwhich shows users access to activty codes under that corresponding security category. So if they are in act_sec_cat1 they have access to the activity codes in that category. Activity Table: APF Table: Activity tables below have the same security category layout to map to the security set. APF table however, uses the same 1-9 security category but its in a different labeled column under security_Level. Basically these two tables are just tables of activity codes the problems is getting them associate with the security sets so I can see collectors who have access to a particular APF and activity code so I can manage it via this report. Is there a way to break these down in the security sets to create some type of relationship to the activities and APF tables, maybe using a way to break down the act_sec_cat or make this easier. Any assistance would surely be appreciated!1.4KViews0likes3CommentsTable formatting in Report Builder
Possibly a dumb question, but I cannot find out where I can fix this problem, as I don't even know what to call it. I need to know why the first two columns are missing the vertical line in the header. The forth column looks correct and what I would expect. I do not recall changing any border settings.Solved5.9KViews0likes2Comments