Forum Discussion
Anonymous
5 years agoNot applicable
Problem with Count
Hi Everyone, I am new to Power BI and I have a count problem. In the table below, I am trying to create an analysis of how the delivery days of the following products have changed from Jan - May. Th...
- 5 years ago
mahoneypat
5 years agoMicrosoft Employee
Is this how your data are structured (with Months as columns)? If so, the data should be unpivoted in the query editor. Once that is done, a measure can be written that give the count of products that have >1 values of Delivery Days.
Regards,
Pat
Anonymous
5 years agoNot applicable
Hi Pat,
Thanks for the message. The data is not structured as months in column. I only included it in the table to show how the delivery days changes during the month. If we are to ignore the months column, how can I count the products that have > 1 values of delivery days. Thank you.