cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Each line quantity 1

Question about concept: Each row of my table represents quantity = 1, create a custom column  "Quantity = 1" is correct? If I don't do this, there is no way to go forward.

 

Tks

1 ACCEPTED SOLUTION
Phil_Seamark
Microsoft
Microsoft

Hi @Anonymous, yes you can add custom columns such as this.  It can be done easily in the Query Editor or in DAX.

 

This can be useful to SUM to get numbers that represent Counts.

 

You can also do this using calculated measures using the COUNTROWS function, but it depends on how confident you are with creating DAX measures.  If you have a particular issue you are trying to solve, post more about it here and we will do our best to help you.


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

View solution in original post

1 REPLY 1
Phil_Seamark
Microsoft
Microsoft

Hi @Anonymous, yes you can add custom columns such as this.  It can be done easily in the Query Editor or in DAX.

 

This can be useful to SUM to get numbers that represent Counts.

 

You can also do this using calculated measures using the COUNTROWS function, but it depends on how confident you are with creating DAX measures.  If you have a particular issue you are trying to solve, post more about it here and we will do our best to help you.


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Helpful resources

Announcements
Winner of T-Shirt Design

Power BI T-Shirt Design Challenge 2023

Find out who won the T-Shirt Design Challenge and the top 3 finalists.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

Top Solution Authors