March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi All,
I've been using Semantic Link to pull data. Code worked this morning but stopped this evening. There were no changes to our environment. I tried code in a new notebook with the same result.
I get the following various error:
import sempy.fabric as fabric
dataset = "dataset"
#call measures
data = fabric.evaluate_measure(dataset,
measure="measure",
groupby_columns=["Dimension[groupby1]"],
pandas_convert_dtypes=True)
Solved! Go to Solution.
Hi @jdevries192 ,
Apologies for the issue you have been facing. I suggest you not to use pandas_convert_dtypes at all - I don't think you need it, as we always convert the types with respect to latest release - 0.3.6.
With the latest released we removed the parameter as we've implemented a stable behavior that converts the types more reliable.
Latest Documentation will be roll out in some days. Sorry for the inconvenience.
Untill then you can use help(fabric.evaluate_measure).
Hope it is helpful. Please let me know incase of any further queries.
Hi @jdevries192 ,
Apologies for the issue you have been facing. I suggest you not to use pandas_convert_dtypes at all - I don't think you need it, as we always convert the types with respect to latest release - 0.3.6.
With the latest released we removed the parameter as we've implemented a stable behavior that converts the types more reliable.
Latest Documentation will be roll out in some days. Sorry for the inconvenience.
Untill then you can use help(fabric.evaluate_measure).
Hope it is helpful. Please let me know incase of any further queries.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
7 | |
4 | |
2 | |
2 | |
1 |
User | Count |
---|---|
13 | |
7 | |
5 | |
4 | |
3 |