The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Can't visualize a calculated column in Direct Query while i can visualize the same column if i use the import method.
I am using postgresql db to connect.
Solved! Go to Solution.
Hi @Anonymous ,
There's some Limitations when using direct query.
Please check the document below.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
There's some Limitations when using direct query.
Please check the document below.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You can not have new column in power bi. You have to think in terms of measures. Please refer to this pbix. I have created date diff in 4 manners, 2 as columns and two as measures. They way3 and Way4 are measure based and the same calculation works on the direct query.
https://www.dropbox.com/s/y47ah38sr157l7t/Order_delivery_date_diff.pbix?dl=0
@Anonymous ,
You can also create a measure instead of a calculated column.