Relative Content

Tag Archive for powerbidaxpowerbi-desktop

Power BI KPI Visual

In PowerBI Desktop, I have a KPI measure in which I am wanting to compare, for example, total number of items sold this month up until today, to total number of items sold last month up until todays date but I am struggling with what to return in DAX for last month up until todays date.

Concatenate sales month names in DAX

Using the AdventureWorks dataset, I need to create the following report in Power BI: First column has CustomerKey, second column Total Sales of this customer, and third column the distinct concatenation of the names of the months when that customer made a purchase.

increase the length of the error bar in powerbi

I am trying to make a chart to compare previous and current amount but the data is in weeks so the changes are so small. is there a way to extend the error bar line in power bi ? many thanks in advance.

custom formating in DAX

I need to add green down arrow and red upper arrowin my dax code. it seems to me there is no UNICHAR option in here. many thanks in advance.

Running total even after changes

I currently have a table with rows containing mistakes made by employees in forms they fill out. The table was created using DAX, instructing it to pull rows from the main form-submission dataset meeting a specific criteria, with the columns FORMID, EMPLOYEE, MISTAKE CODE and MISTAKE DESCRIPTION.