Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
I am trying to create a measure volumn based on this syntaxt but getting an error saying there is a cicurlar dependency
Solved! Go to Solution.
Please download my file from the last answer and compare what we did.
Please share your file if it still fails to work.
This is a link:
https://drive.google.com/file/d/1sggfULJW-Dr8sQ80VWUIkrglrBwXWvZy/view
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
write like this
Count_A = calculate(COUNTA('mytable'[column1]),
FILTER(ALL('mytable'),'mytable'[column1] =1.00))
Hi @Anonymous
In terms of syntax, it is correct.
Attached is a picture of what I tried.
Regarding logic, I'm not sure I understand what you're trying to accomplish.
Could you please attach a sample of your data and the desired result?
that's the column that i want to count how many 2.00, or 3.00 or 4.00 or a 5.00
The picture is cropped and still difficult to understand something.
Please attach a table / link to your file, as well as a picture of the desired result.
this shows the expected results. basically i want the expected results to be dispalyed as card visual showing a count for each.
this shows the expected results. basically i want the expected results to be dispalyed as card visual showing a count for each.
Additionally, your original formula works well for the cards. Please see the attached pictures:
It is also possible to combine a basic formula without a filter with filtering the card itself:
https://drive.google.com/file/d/1sggfULJW-Dr8sQ80VWUIkrglrBwXWvZy/view?usp=share_link
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
My orginal formula kept giving an error (A circular dependency was detected: 'table1'[cloum1], 'table1'[Column1], 'table1'[column1].)
Please download my file from the last answer and compare what we did.
Please share your file if it still fails to work.
This is a link:
https://drive.google.com/file/d/1sggfULJW-Dr8sQ80VWUIkrglrBwXWvZy/view
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
91 | |
84 | |
76 | |
65 |
User | Count |
---|---|
145 | |
109 | |
109 | |
102 | |
96 |