Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I need help
I have a basis with the sales data and delivery date of those sales
The user will have to inform a query date and I need to return the following result
Product name / qtd next delivery in monday / qtde next delivery in Tuesday / ... / qtde delivery next in Friday / qtde later delivery
Example = if user report data = 22/06
Need to know the qtde to be delivered on days 26, 27, 28, 29, 30 and later
Att.
You may start from DAX CALENDAR Function and a Matrix visual.
Hi @RogerioTortosa,
Basically, I understand your situation but could you please provide sample data to ensure that i understand correctly? So I could propose correctly solution.
Have you tried the Matrix visual?
Hi,
We have other columns that will be placed that are not in temporal period
| User | Count |
|---|---|
| 52 | |
| 41 | |
| 32 | |
| 15 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 72 | |
| 37 | |
| 27 | |
| 24 |