The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I get an error "Sequence contains more than one matching element" when apllying.
There are only two tables in the report. One is created by code on dax
Solved! Go to Solution.
Solve problem. I save file to .pbip format and delete all files in SemanticModel\definition\tables\. In this folder was old defenition of tables.
Solve problem. I save file to .pbip format and delete all files in SemanticModel\definition\tables\. In this folder was old defenition of tables.
Double-check your DimDate table for duplicate date entries.
You can use the following DAX formula:
DuplicateDates =
VAR Dates =
DISTINCT(DimDate[Date])
RETURN
FILTER(
DimDate,
NOT(Dates = EARLIER(Dates))
)
Table DimDate added via this code:
there can't be duplicates.
@AntenPuzl Something is jacked up with that PBIX file. I would recommend turning off all preview features and then recreating that report from scratch. If I disable loading on the Table query and then try to delete the DimDate table, I still get that same error.
You could check the Issues forum or open a support ticket but something isn't right about that PBIX file.
I have attached the stack trace
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
109 | |
78 | |
70 | |
52 | |
50 |
User | Count |
---|---|
120 | |
120 | |
76 | |
62 | |
61 |