Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello Guys,
I'm new with the Linestx function,
i'd like to get the table with the slope etc,
However my fact table is particular, this table is called 'get'
it has types of movements like this
| Item ID | Movement type | quantity | main warehouse | sub warehouse | Movement Date | ||||
| A | Sales | -1 | MAINWA | SUBW | 02/08/2023 | ||||
| B | Transfer out | -1 | MAINWB | SUBWBA | 01/08/2023 |
and a Calendar (habitual one) with date, month name, blablabla, called 'Calendar'
I would like to create a linestx with calendar dates, and get table, with quantitites, per item (i also habe an article table called 'Base Article', that i'd prefer to use if possible), And per Warehouse.
so the regression should be done
with sales of items per date per warehouses, is this possible?
i have tried with using a summarized table like this
Frequence ventes =
SUMMARIZE(
FILTER(
get,
get[LIBELLE NATURE DE MOUVEMENT] = "Ticket"
),
get[CLEF UNIQUE ARTICLE],
get[DATE PIECE],
get[DEPOT],
get[Ventes],
"Nb qté ventes (chiffre)", COUNTROWS(get)
)
but i cannot achieve what i'm looking for , ever after having searched hours and hours 😛
Thanks in advance for any hints or help !
Solved! Go to Solution.
Hi @SebSchoon1 ,
Please check the pbix file:
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @SebSchoon1 ,
Please check the pbix file:
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Please provide your work-in-progress Power BI Desktop file (with sensitive information removed) that covers your issue or question completely in a usable format (not as a screenshot).
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
This allows members of the Forum to assess the state of the model, report layer, relationships, and any DAX applied.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |