Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
I have a question with which I am struggling for some days already. I have a Power BI dataset which is connected to Dataverse via the Azure SQL connection. I am using Direct Query as the connection type because the client needs to see data in real-time.
So far, everything is working fine but there now is a new requirement which is about displaying projects with a start and end date on a timeline (they have a capacity which should be shown for every date the project is going).
I have a table which is structured similarly to the following model:
Now, the goal is to show data in the following format so that I can connect it to the existing date table:
So far, I have been using approaches similar to the following:
However, since I am using Direct Query now, there is no option for me to create a custom table and I can also not create a custom column in Power Query as I did in other projects.
Does anybody have an idea on how to accomplish that? The data source unfortunately does only provide the format of the first image.
Would be great if you could help me with that. I appreciate any answer!
Solved! Go to Solution.
Hi @Anonymous ,
It is no possible to create a custom table in DirectQuery mode, but you can create a table during calculation, like summarize().
Expression you can refer this as below:
Pbix in the end you can refer.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
It is no possible to create a custom table in DirectQuery mode, but you can create a table during calculation, like summarize().
Expression you can refer this as below:
Pbix in the end you can refer.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , I have used a measure approach
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
75 | |
60 | |
37 | |
33 |
User | Count |
---|---|
102 | |
56 | |
52 | |
45 | |
40 |