Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Then I need to add a column in which I make the division of "SalesSale Count" by a DISTINCTCOUNT(Table[DATE]), but I think it cannot, so I have created my own column, called "Manual SalesSaleTh Count" using the COUNT(Table[SalesDate]) function the column created is as follows: (Option "Unsummarised" in the values of the table)
Solved! Go to Solution.
@Syndicate_Admin , A new column = DISTINCTCOUNT(Table[DATE])
will give grand total
in measure DISTINCTCOUNT(Table[DATE]) will give row value
and calculate( DISTINCTCOUNT(Table[DATE]), allselected(Table )) , will give you grand total
what final calculation you need
@Syndicate_Admin , A new column = DISTINCTCOUNT(Table[DATE])
will give grand total
in measure DISTINCTCOUNT(Table[DATE]) will give row value
and calculate( DISTINCTCOUNT(Table[DATE]), allselected(Table )) , will give you grand total
what final calculation you need
I need the value per row, so I tried the DISTINCTCOUNT(Table[DATE]) measure and it worked.
Thank you very much, @amitchandak !
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 36 | |
| 28 | |
| 28 |
| User | Count |
|---|---|
| 124 | |
| 88 | |
| 74 | |
| 66 | |
| 65 |